GrapeCity.Xaml.Excel
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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options