LinkLabel.SetBounds (Método) (Int32, Int32, Int32, Int32, BoundsSpecified)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.Office.Tools.Excel.Controls
Ensamblado: Microsoft.Office.Tools.Excel.v4.0.Utilities (en Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Sintaxis
'Declaración
Public Overridable Sub SetBounds ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
specified As BoundsSpecified _
)
public virtual void SetBounds(
int x,
int y,
int width,
int height,
BoundsSpecified specified
)
Parámetros
- x
Tipo: System.Int32
- y
Tipo: System.Int32
- width
Tipo: System.Int32
- height
Tipo: System.Int32
- specified
Tipo: System.Windows.Forms.BoundsSpecified
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.