GrapeCity.Xaml.Excel
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 Integer _
) As String
'Usage
 
Dim instance As IExcelWriter
Dim sheet As Integer
Dim value As String
 
value = instance.GetPrintTitle(sheet)
string GetPrintTitle( 
   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