ppsGrid Class Library
SetBounds Method (left, top, right, bottom)
NamespacesppsGridGridCellPaddingSetBounds(Int32, Int32, Int32, Int32)
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Legt die Abstände der Zellen fest.
Declaration Syntax
C#Visual BasicVisual C++
public void SetBounds(
	int left,
	int top,
	int right,
	int bottom
)
Public Sub SetBounds ( _
	left As Integer, _
	top As Integer, _
	right As Integer, _
	bottom As Integer _
)
public:
void SetBounds (
	int left, 
	int top, 
	int right, 
	int bottom
)
Parameters
left (Int32)
Der neue Left-Eigenschaftenwert der Zelle
top (Int32)
Der neue Top-Eigenschaftenwert der Zelle
right (Int32)
Der neue Right-Eigenschaftenwert der Zelle
bottom (Int32)
Der neue Bottom-Eigenschaftenwert der Zelle

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0