Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IProtection Interface / AllowFormattingColumns Property


In This Topic
    AllowFormattingColumns Property
    In This Topic
    Gets a boolean value indicating whether the formatting of columns is allowed on a protected worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllowFormattingColumns As Boolean
    'Usage
     
    
    Dim instance As IProtection
    Dim value As Boolean
     
    value = instance.AllowFormattingColumns
    bool AllowFormattingColumns {get;}
    See Also