Class RangeImpl.TCellType
Enumeration that contains all possible cell types for the Range.
Inheritance
System.Object
RangeImpl.TCellType
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class TCellType : Enum
Fields
Blank
Indicates that range contains BlankRecord.
Declaration
public const RangeImpl.TCellType Blank
Field Value
Type |
---|
RangeImpl.TCellType |
BoolErr
Indicates that range contains BoolErrRecord.
Declaration
public const RangeImpl.TCellType BoolErr
Field Value
Type |
---|
RangeImpl.TCellType |
Formula
Indicates that range contains FormulaRecord.
Declaration
public const RangeImpl.TCellType Formula
Field Value
Type |
---|
RangeImpl.TCellType |
Label
Indicates that range contains LabelRecord.
Declaration
public const RangeImpl.TCellType Label
Field Value
Type |
---|
RangeImpl.TCellType |
LabelSST
Indicates that range contains LabelSSTRecord.
Declaration
public const RangeImpl.TCellType LabelSST
Field Value
Type |
---|
RangeImpl.TCellType |
Number
Indicates that range contains NumberRecord.
Declaration
public const RangeImpl.TCellType Number
Field Value
Type |
---|
RangeImpl.TCellType |
RK
Indicates that range contains RKRecord.
Declaration
public const RangeImpl.TCellType RK
Field Value
Type |
---|
RangeImpl.TCellType |
RString
Indicates that range contains RStringRecord.
Declaration
public const RangeImpl.TCellType RString
Field Value
Type |
---|
RangeImpl.TCellType |