Click or drag to resize

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
)

Parameters

scaleWidth
Type: System Int32
Width scale in percents.
scaleHeight
Type: System Int32
Height scale in percents.

Implements

IShape Scale(Int32, Int32)
See Also