Text() debug
All checks were successful
Publish NuGet packages / publish (push) Successful in 25s

This commit is contained in:
melekhin
2026-06-16 15:52:08 +07:00
parent 804fc84563
commit eccb12b83c
2 changed files with 28 additions and 6 deletions

View File

@@ -706,7 +706,7 @@ public interface ICell
bool TryText(out ICellText cellText);
/// <summary>Возвращает объект для редактирования богатого текста ячейки (если ячейка содержит InlineString).</summary>
ICellText? Text();
ICellText Text();
/// <summary>Устанавливает простое текстовое значение (без форматирования).</summary>
ICell Set(string value);