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


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

    Property Value

    A string value represents the language.
    See Also