Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / Column Property


In This Topic
    Column Property (AnchorPoint)
    In This Topic
    Gets or sets the column index of the anchor cell.
    Syntax
    'Declaration
     
    Public Property Column As Integer
    'Usage
     
    Dim instance As AnchorPoint
    Dim value As Integer
     
    instance.Column = value
     
    value = instance.Column
    public int Column {get; set;}

    Property Value

    The column index of the anchor cell.
    See Also