CellsManager.CellSetPos method |
|
Remarks Modifies the current position for the cell identified by a UniqueID identifier. For further details about cells management, see the How to manage cells section
Syntax
[Visual Basic] Public Function CellsManager.CellSetPos(UniqueID as Short, position as System.Drawing.PointF) as Bool
[C#] public bool CellsManager.CellSetPos(short UniqueID, System.Drawing.PointF position);
[C++] public: bool CellsManager.CellSetPos(short UniqueID, System.Drawing.PointF position);
Return value
|