Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellData Class / CellFormat Property


In This Topic
    CellFormat Property
    In This Topic
    Gets the cell format.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellFormat As CfExecutedResult
    'Usage
     
    Dim instance As CellData
    Dim value As CfExecutedResult
     
    value = instance.CellFormat
    public CfExecutedResult CellFormat {get;}
    See Also