TitleInfo Property (FpSpread)
In This Topic
Gets the title information.
Syntax
'Declaration
Public ReadOnly Property TitleInfo As TitleInfo
'Usage
Dim instance As FpSpread
Dim value As TitleInfo
value = instance.TitleInfo
public TitleInfo TitleInfo {get;}
Example
This example gets the TitleInfo property.
See Also