SpreadsheetGear 2023
Language Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : Language Property
Gets or sets the built-in language property which is named "Language". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property.
Syntax
'Declaration
 
Property Language As System.String
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.String
 
instance.Language = value
 
value = instance.Language
System.string Language {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBuiltinDocumentProperties Interface
IBuiltinDocumentProperties Members
Count Property
IDocumentProperties.Item
Add Method
Value Property