WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICellPositionFormat

    Show / Hide Table of Contents

    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 Description
    System.Int32

    ExtendedFormatIndex

    Index of extended format.

    Declaration
    ushort ExtendedFormatIndex { get; set; }
    Property Value
    Type Description
    System.UInt16

    Row

    Row zero-based index.

    Declaration
    int Row { get; set; }
    Property Value
    Type Description
    System.Int32

    TypeCode

    Returns type code. Read-only.

    Declaration
    TBIFFRecord TypeCode { get; }
    Property Value
    Type Description
    TBIFFRecord
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved