Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
Visual Studio 2005
Verweis
IWindow Interface
IWindow Properties
 FreezePanes Property
Alle reduzieren/Alle erweitern Alle reduzieren
Excel Primary Interop Assembly Reference
IWindow.FreezePanes Property
This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Visual Basic
Dim iWindow1 As IWindow

Dim returnValue As Boolean
returnValue = iWindow1.FreezePanes

Dim sampleValue As Boolean
iWindow1.FreezePanes = sampleValue
Visual Basic
Property FreezePanes() As Boolean
C#
bool FreezePanes {get; set;}
C++
property Boolean FreezePanes{
	Boolean get();
	Void set(Boolean);
}
J#
public boolean get_FreezePanes();
public void set_FreezePanes(boolean);
JScript
function get FreezePanes() : Boolean;
function set FreezePanes(Boolean);
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker