Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / Name Property


In This Topic
    Name Property (TableStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the Name of table is changed.
    Syntax
    'Declaration
     
    
    Public Property Name As Boolean
    'Usage
     
    
    Dim instance As TableStateEventArgs
    Dim value As Boolean
     
    instance.Name = value
     
    value = instance.Name
    public bool Name {get; set;}
    See Also