Spread Windows Forms 12.0 Product Documentation
CustomData Property (ExportContext)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace > ExportContext Class : CustomData Property
Gets or sets the custom data for the export context object.
Syntax
'Declaration
 
Public Property CustomData As Object
'Usage
 
Dim instance As ExportContext
Dim value As Object
 
instance.CustomData = value
 
value = instance.CustomData
public object CustomData {get; set;}
See Also

Reference

ExportContext Class
ExportContext Members