Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Row interface
Namespace: Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax
The IRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ColumnMax |
Gets the index of the last column that contains a cell populated with data or formatting in the row.
|
![]() | ColumnMin |
Gets the index of the first column that contains a cell populated with data or formatting in the row.
|
![]() | Height |
Gets or sets the height of row.
|
![]() | Hidden |
Gets or sets indicating that the row is hidden.
|
![]() | IsFormatted |
Gets a bool value indicating that the row is formatted differently from the default format.
|
![]() | IsNotEmptyCells |
Indicates if the row contains non empty cells
|
![]() | Item |
Gets the Cell at the specified Index.
|
![]() | NumberFormat |
Gets or sets the number format string.
|
![]() | UseStandardHeight |
Gets or sets a value indicating that row height equals the standard height of the sheet.
|
Methods
Name | Description | |
---|---|---|
![]() | AutoFit |
AutoFit of row height.
|
![]() | DeleteCell |
Deletes the cells.
|
![]() | InsertCell |
Inserts the cells.
|
See Also