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


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

    Property Value

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