Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Cell Class / col Property


In This Topic
col Property (Cell)
In This Topic
Syntax
'Declaration
 
Public Property col As UShort
 
'Usage
 
Dim instance As Cell
Dim value As UShort
 
instance.col = value
 
value = instance.col
See Also