Spread Windows Forms 12.0 Product Documentation
Text Property (DocumentProperty)


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > DocumentProperty Class : Text Property
Gets or sets the text value associated with the custom document property.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As DocumentProperty
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}

Property Value

A string represents the text value
See Also

Reference

DocumentProperty Class
DocumentProperty Members