GrapeCity.Xaml.Excel
IsSheetHidden Method


The zero based sheet index used to locate the IExcelWorksheet instance
Get the value which indicate whether the sheet is visible or hidden.
Syntax
'Declaration
 
Function IsSheetHidden( _
   ByVal sheet As Integer _
) As Boolean
'Usage
 
Dim instance As IExcelWriter
Dim sheet As Integer
Dim value As Boolean
 
value = instance.IsSheetHidden(sheet)
bool IsSheetHidden( 
   int sheet
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance

Return Value

true if the sheet is hidden, otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options