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


In This Topic
    ContentStatus Property
    In This Topic
    Gets or sets the content status associated with the document.
    Syntax
    'Declaration
     
    
    Public Property ContentStatus As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.ContentStatus = value
     
    value = instance.ContentStatus
    public string ContentStatus {get; set;}

    Property Value

    A string value represents the content status.
    See Also