Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Break Structure / Id Property


In This Topic
    Id Property (Break)
    In This Topic
    Gets an integer value indicates the axis index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Id As Integer
    'Usage
     
    
    Dim instance As Break
    Dim value As Integer
     
    value = instance.Id
    public int Id {get;}
    See Also