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


In This Topic
    ColumnOffset Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property ColumnOffset As Double
    'Usage
     
    Dim instance As AnchorPoint
    Dim value As Double
     
    instance.ColumnOffset = value
     
    value = instance.ColumnOffset
    public double ColumnOffset {get; set;}
    See Also