Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / CustomProperties Property


In This Topic
    CustomProperties Property
    In This Topic
    Gets a GrapeCity.Core.ICustomProperties object representing the identifier information associated with a worksheet.
    Syntax
    'Declaration
     
    ReadOnly Property CustomProperties As ICustomProperties
    'Usage
     
    Dim instance As IWorksheet
    Dim value As ICustomProperties
     
    value = instance.CustomProperties
    ICustomProperties CustomProperties {get;}
    See Also