SetPosition Method
Overloads
SetPosition(ISheetCell, Int32, Int32) |
Set position for the object on the sheet |
SetPosition(ISheetCell, Int32, Int32)
Set position for the object on the sheet
Declaration
[Obsolete("Use GenericObject.Properties to modify sheet definition.")]
public static void SetPosition(this ISheetCell source, int col, int row)
Parameters
Type | Name | Description |
---|---|---|
ISheetCell | source |
The cell |
System.Int32 | col |
Column |
System.Int32 | row |
Row |