Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Reference Structure / Column2 Property


In This Topic
    Column2 Property (Reference)
    In This Topic
    Gets the right column index.
    Syntax
    'Declaration
     
    
    Public Property Column2 As Integer
    'Usage
     
    
    Dim instance As Reference
    Dim value As Integer
     
    instance.Column2 = value
     
    value = instance.Column2
    public int Column2 {get; set;}

    Property Value

    An integer value represents the right column index.
    See Also