Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / ColumnOffset Property


In This Topic
ColumnOffset Property
In This Topic
Gets or sets the column offset of the drawing element.
Syntax
'Declaration
 
Public Property ColumnOffset As Double
 
'Usage
 
Dim instance As AnchorPoint
Dim value As Double
 
instance.ColumnOffset = value
 
value = instance.ColumnOffset

Property Value

The horizontal position of the drawing element, relative to the upper-left corner of the anchor cell.
See Also