Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportContext Class / CustomData Property


In This Topic
    CustomData Property (ExportContext)
    In This Topic
    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