SpreadsheetDocumentRange.Clear
Syntax:
Parameters:
<ClearText> (optional)
Determines whether to clear text of cells in a spreadsheet document or not. True - clear text, False - do not clear text.
Default value: True.
<ClearTheFormatting> (optional)
Determines whether to clear format of cells in a spreadsheet document or not. True - clear format, False - do not clear format.
Default value: False.
<ClearBorders> (optional)
Determines whether to delete cell borders of the spreadsheet document area or not. True - delete borders; False - do not delete borders.
Default value: False.
Description:
Availability:
Example:
Area.Clear(); // clears text in the Area area |