CommentsRange
Scale Method
|
Scales all comments in the array.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Scale(
int scaleWidth,
int scaleHeight
)
Public Sub Scale (
scaleWidth As Integer,
scaleHeight As Integer
)
public:
virtual void Scale(
int scaleWidth,
int scaleHeight
) sealed
abstract Scale :
scaleWidth : int *
scaleHeight : int -> unit
override Scale :
scaleWidth : int *
scaleHeight : int -> unit
Parameters
-
scaleWidth
-
Type:
System
Int32
Width scale in percents.
-
scaleHeight
-
Type:
System
Int32
Height scale in percents.
Implements
IShape
Scale(Int32, Int32)
See Also