Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / WorksheetStateEventArgs Class / Dimensions Property


In This Topic
    Dimensions Property
    In This Topic
    Gets a boolean value indicating whether the sheet's dimensions are changed.
    Syntax
    'Declaration
     
    
    Public Property Dimensions As Boolean
    'Usage
     
    
    Dim instance As WorksheetStateEventArgs
    Dim value As Boolean
     
    instance.Dimensions = value
     
    value = instance.Dimensions
    public bool Dimensions {get; set;}
    See Also