Spread for ASP.NET 11 Product Documentation
TitleInfo Property (FpSpread)
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : TitleInfo Property
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.
object t;
t = FpSpread1.TitleInfo();
Dim t As Object
t = FpSpread1.TitleInfo()
See Also

Reference

FpSpread Class
FpSpread Members