Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / Table Property


In This Topic
    Table Property (CellStateEventArgs)
    In This Topic
    Indicates that the is change related to table.
    Syntax
    'Declaration
     
    
    Public Property Table As Boolean
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As Boolean
     
    instance.Table = value
     
    value = instance.Table
    public bool Table {get; set;}
    See Also