Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TitleInfo Property


In This Topic
TitleInfo Property (FpSpread)
In This Topic
Gets or sets the collection of title information objects for Spread.
Syntax
'Declaration
 
Public Property TitleInfo As TitleInfo
 
'Usage
 
Dim instance As FpSpread
Dim value As TitleInfo
 
instance.TitleInfo = value
 
value = instance.TitleInfo
See Also