Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DrawingObject Class / AnchorColumn Property


In This Topic
    AnchorColumn Property
    In This Topic
    Gets the anchor column.
    Syntax
    'Declaration
     
    Public ReadOnly Property AnchorColumn As Integer
    'Usage
     
    Dim instance As DrawingObject
    Dim value As Integer
     
    value = instance.AnchorColumn
    public int AnchorColumn {get;}

    Property Value

    The anchor column.
    See Also