Class ExcelConstants
Summary description for _constants.
Inheritance
System.Object
ExcelConstants
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()
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public sealed class ExcelConstants
Fields
MaximumIndex
This value is used instead of possible maximum row or column index.
Declaration
public const int MaximumIndex = -2
Field Value
Type |
---|
System.Int32 |
MaximumUsedIndex
This value is used instead of maximum used row or column index.
Declaration
public const int MaximumUsedIndex = -3
Field Value
Type |
---|
System.Int32 |
MinimumIndex
This value is used instead of possible minimum row or column index.
Declaration
public const int MinimumIndex = -1
Field Value
Type |
---|
System.Int32 |
MinimumUsedIndex
This value is used instead of minimum used row or column index.
Declaration
public const int MinimumUsedIndex = -4
Field Value
Type |
---|
System.Int32 |