Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Empty Field


In This Topic
    Empty Field (StyleFormat)
    In This Topic
    A StyleFormat value represents empty style formatting.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As StyleFormat
    'Usage
     
    
    Dim value As StyleFormat
     
    value = StyleFormat.Empty
    public static readonly StyleFormat Empty
    See Also