Spread Silverlight Documentation
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 System.Boolean, _
   ByVal iconic As System.Boolean _
) 
'Usage
 
Dim instance As IExcelReader
Dim rect As IExcelRect
Dim hidden As System.Boolean
Dim iconic As System.Boolean
 
instance.SetWindow(rect, hidden, iconic)
void SetWindow( 
   IExcelRect rect,
   System.bool hidden,
   System.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 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.