Line.For line of spreadsheet document
Syntax:
Parameters:
<LineType> (required)
Line type. Parameter type depends on the object where the line will be used.
If the type line is chosen SpreadsheetDocumentCellLineType the thickness of a line can be only 1.
<Thickness> (optional)
Line thickness (in logical units). If the <LineType> parameter has the value of None, maximum line thickness will be - 1.
<Gap> (optional)
Line indentation.
Default value: False.
Description:
Example:
Line = New Line(SpreadsheetDocumentCellLineType.Solid,2); |