Link Search Menu Expand Document

IRow Interface

Row interface

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public interface IRow

The IRow type exposes the following members.

Properties
NameDescription
Public propertyColumnMax
Gets the index of the last column that contains a cell populated with data or formatting in the row.
Public propertyColumnMin
Gets the index of the first column that contains a cell populated with data or formatting in the row.
Public propertyHeight
Gets or sets the height of row.
Public propertyHidden
Gets or sets indicating that the row is hidden.
Public propertyIsFormatted
Gets a bool value indicating that the row is formatted differently from the default format.
Public propertyIsNotEmptyCells
Indicates if the row contains non empty cells
Public propertyItem
Gets the Cell at the specified Index.
Public propertyNumberFormat
Gets or sets the number format string.
Public propertyUseStandardHeight
Gets or sets a value indicating that row height equals the standard height of the sheet.
Top
Methods
NameDescription
Public methodAutoFit
AutoFit of row height.
Public methodDeleteCell
Deletes the cells.
Public methodInsertCell
Inserts the cells.
Top
See Also

Reference