PropertyGrid.SetBounds Method (Int32, Int32, Int32, Int32, BoundsSpecified) (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Excel.Controls
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public Overridable Sub SetBounds ( _
    x As Integer, _
    y As Integer, _
    width As Integer, _
    height As Integer, _
    specified As BoundsSpecified _
)
'Usage
Dim instance As PropertyGrid
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim specified As BoundsSpecified

instance.SetBounds(x, y, width, height, _
    specified)
public virtual void SetBounds(
    int x,
    int y,
    int width,
    int height,
    BoundsSpecified specified
)

Parameters

Permissions

See Also

Reference

PropertyGrid Class

PropertyGrid Members

SetBounds Overload

Microsoft.Office.Tools.Excel.Controls Namespace