Class Cell
Inheritance
System.Object
Cell
Assembly: Syncfusion.Blazor.dll
Syntax
public class Cell : Object
Constructors
Cell()
Declaration
Properties
CellAddress
Gets or set range of the cell.
Declaration
public string CellAddress { get; set; }
Property Value
HasChanges
Declaration
public bool HasChanges { get; set; }
Property Value
HyperlinkAddress
Specifies the cell hyperlink.
Declaration
public string HyperlinkAddress { get; set; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
IsFocused
Declaration
public bool IsFocused { get; set; }
Property Value
IsHyperlink
Specifies the cell hyperlink.
Declaration
public bool IsHyperlink { get; set; }
Property Value
IsSelected
Specifies that cell is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
TabIndex
Specifies the cell tabindex.
Declaration
public int TabIndex { get; set; }
Property Value
TempValue
Declaration
public object TempValue { get; set; }
Property Value
Uid
Gets or set unique identifier.
Declaration
public string Uid { get; set; }
Property Value