Class CellModel
Inheritance
System.Object
CellModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
Constructors
CellModel()
Declaration
Properties
Chart
Declaration
public List<ChartModel> Chart { get; set; }
Property Value
ColSpan
Declaration
public int ColSpan { get; set; }
Property Value
Declaration
public string Format { get; set; }
Property Value
Declaration
public string Formula { get; set; }
Property Value
Hyperlink
Declaration
public object Hyperlink { get; set; }
Property Value
Image
Declaration
public List<ImageModel> Image { get; set; }
Property Value
Index
Declaration
public int Index { get; set; }
Property Value
IsLocked
Declaration
public bool? IsLocked { get; set; }
Property Value
Type |
System.Nullable<System.Boolean> |
Notes
Declaration
public string Notes { get; set; }
Property Value
RowSpan
Declaration
public int RowSpan { get; set; }
Property Value
Style
Declaration
public CellStyleModel Style { get; set; }
Property Value
Validation
Declaration
public ValidationModel Validation { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Wrap
Declaration
public bool? Wrap { get; set; }
Property Value
Type |
System.Nullable<System.Boolean> |