Class RowInfo
Defines the row info such as data, row index and cell index.
Inheritance
System.Object
RowInfo
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.dll
Syntax
public class RowInfo : Object
Constructors
RowInfo()
Declaration
public RowInfo()
Properties
CellIndex
returns particular cell index.
Declaration
public int CellIndex { get; }
Property Value
Type |
---|
System.Int32 |
CellValue
returns particular cell value.
Declaration
public object CellValue { get; }
Property Value
Type |
---|
System.Object |
RowIndex
returns particular rowIndex.
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |