Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface / Format Property


In This Topic
    Format Property (IExcelCell)
    In This Topic
    Gets or sets the format.
    Syntax
    'Declaration
     
    Property Format As IExtendedFormat
    'Usage
     
    Dim instance As IExcelCell
    Dim value As IExtendedFormat
     
    instance.Format = value
     
    value = instance.Format
    IExtendedFormat Format {get; set;}

    Property Value

    The format.
    See Also