Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Category Property


In This Topic
    Category Property (DocumentProperties)
    In This Topic
    Gets the category associated with the document.
    Syntax
    'Declaration
     
    
    Public Property Category As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.Category = value
     
    value = instance.Category
    public string Category {get; set;}

    Property Value

    A string value represents the category.
    See Also