Spread Silverlight Documentation
GetPrintTitle Method


GrapeCity.Excel Namespace > IExcelWriter Interface : GetPrintTitle Method
The sheet index
Get the print title setting of the specified sheet.
Syntax
'Declaration
 
Function GetPrintTitle( _
   ByVal sheet As System.Integer _
) As System.String
'Usage
 
Dim instance As IExcelWriter
Dim sheet As System.Integer
Dim value As System.String
 
value = instance.GetPrintTitle(sheet)
System.string GetPrintTitle( 
   System.int sheet
)

Parameters

sheet
The sheet index

Return Value

The print title setting. null if the print area has not been set
See Also

Reference

IExcelWriter Interface
IExcelWriter Members