Spread WPF 18
GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / Format Field


In This Topic
    Format Field
    In This Topic
    Gets the applied formatting of CfRule rules in the cell.
    Syntax
    'Declaration
     
    Public Format As StyleFormat
    'Usage
     
    Dim instance As CfExecutedResult
    Dim value As StyleFormat
     
    value = instance.Format
     
    instance.Format = value
    public StyleFormat Format

    Field Value

    A DifferentialFormat value represents the applied formatting.
    See Also