Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / Column Property


In This Topic
    Column Property (AnchorPoint)
    In This Topic
    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;}
    See Also