Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelNoteShape Class / Column Property


In This Topic
Column Property (ExcelNoteShape)
In This Topic
Gets or sets note column.
Syntax
'Declaration
 
Public Property Column As Integer
 
'Usage
 
Dim instance As ExcelNoteShape
Dim value As Integer
 
instance.Column = value
 
value = instance.Column
See Also