Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CommentBase Class / Column Property


In This Topic
Column Property (CommentBase)
In This Topic
Syntax
'Declaration
 
Public Property Column As Integer
 
'Usage
 
Dim instance As CommentBase
Dim value As Integer
 
instance.Column = value
 
value = instance.Column
See Also