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


In This Topic
    Company Property
    In This Topic
    Gets or sets the name of a company associated with the document.
    Syntax
    'Declaration
     
    
    Public Property Company As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.Company = value
     
    value = instance.Company
    public string Company {get; set;}

    Property Value

    A string value represents the name of a company.
    See Also