Spread Windows Forms 12.0 Product Documentation
CustomData Property (ImportContext)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > ImportContext Class : CustomData Property
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
public object CustomData {get; set;}
See Also

Reference

ImportContext Class
ImportContext Members