Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / CellHyperlinkData Structure / Column2 Property


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

    Property Value

    An integer value represents the target right column index.
    See Also