Click or drag to resize

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
)

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