Spread Silverlight Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.