Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / 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
    See Also