Interface ICellPositionFormat
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[CLSCompliant(false)]
public interface ICellPositionFormat
Properties
Column
Column zero-based index.
Declaration
int Column { get; set; }
Property Value
Type |
---|
System.Int32 |
ExtendedFormatIndex
Index of extended format.
Declaration
ushort ExtendedFormatIndex { get; set; }
Property Value
Type |
---|
System.UInt16 |
Row
Row zero-based index.
Declaration
int Row { get; set; }
Property Value
Type |
---|
System.Int32 |
TypeCode
Returns type code. Read-only.
Declaration
TBIFFRecord TypeCode { get; }
Property Value
Type |
---|
TBIFFRecord |