Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / Format Property


In This Topic
    Format Property (ExcelCell)
    In This Topic
    Get or set the ExtendedFormat associate with cell.
    Syntax
    'Declaration
     
    Public Property Format As IExtendedFormat
    'Usage
     
    Dim instance As ExcelCell
    Dim value As IExtendedFormat
     
    instance.Format = value
     
    value = instance.Format
    public IExtendedFormat Format {get; set;}

    Property Value

    The ExtendedFormat associate with cell.
    See Also