ExcelCommentObject
Scale Method
|
Scales the comment based on the provided width and height.
Namespace:
Spire.Xls
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
The width factor to scale the comment.
-
scaleHeight
-
Type:
System
Int32
The height factor to scale the comment.
Implements
IShape
Scale(Int32, Int32)
See Also