SetSize Method
Overloads
SetSize(ISheetCell, Int32, Int32) |
Set size for the object on the sheet |
SetSize(ISheetCell, Int32, Int32)
Set size for the object on the sheet
Declaration
public static void SetSize(this ISheetCell source, int width, int height)
Parameters
Type | Name | Description |
---|---|---|
ISheetCell | source |
The cell |
System.Int32 | width |
Width |
System.Int32 | height |
Height |