GrapeCity.Xaml.Excel
SetWindow Method


An IExcelRect instance used to defined the window properties.
A flag indicate whether the window is hidden
A flag indicate whether the window is currently display as an icon.
Set the location of the window, whether it's hidden or currently displayed as an icon
Syntax
'Declaration
 
Sub SetWindow( _
   ByVal rect As IExcelRect, _
   ByVal hidden As Boolean, _
   ByVal iconic As Boolean _
) 
'Usage
 
Dim instance As IExcelReader
Dim rect As IExcelRect
Dim hidden As Boolean
Dim iconic As Boolean
 
instance.SetWindow(rect, hidden, iconic)
void SetWindow( 
   IExcelRect rect,
   bool hidden,
   bool iconic
)

Parameters

rect
An IExcelRect instance used to defined the window properties.
hidden
A flag indicate whether the window is hidden
iconic
A flag indicate whether the window is currently display as an icon.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options