Spread Silverlight Documentation
SetPrintTitles Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetPrintTitles Method
The sheet index
The print title
Set the print title of the specified zero-based sheet
Syntax
'Declaration
 
Sub SetPrintTitles( _
   ByVal sheet As System.Integer, _
   ByVal title As System.String _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Integer
Dim title As System.String
 
instance.SetPrintTitles(sheet, title)
void SetPrintTitles( 
   System.int sheet,
   System.string title
)

Parameters

sheet
The sheet index
title
The print title
See Also

Reference

IExcelReader Interface
IExcelReader Members