Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Continue Class / data Property


In This Topic
data Property (Continue)
In This Topic
Syntax
'Declaration
 
Public Property data As Byte()
 
'Usage
 
Dim instance As Continue
Dim value() As Byte
 
instance.data = value
 
value = instance.data
See Also