IRow Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
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. |
See Also