Class Row
Inheritance
System.Object
Row
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.dll
Syntax
public class Row : Object
Constructors
Row()
Declaration
public Row()
Properties
Cells
Declaration
public List<Cell> Cells { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Cell> |
HasChanges
Declaration
public bool HasChanges { get; set; }
Property Value
Type |
---|
System.Boolean |
IsSelected
Specifies that row is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Uid
Gets or set unique identifier.
Declaration
public string Uid { get; set; }
Property Value
Type |
---|
System.String |