Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ImportContext Class / CustomData Property


In This Topic
CustomData Property (ImportContext)
In This Topic
Gets or sets the custom data for the import context object.
Syntax
'Declaration
 
Public Property CustomData As Object
 
'Usage
 
Dim instance As ImportContext
Dim value As Object
 
instance.CustomData = value
 
value = instance.CustomData
See Also