Click or drag to resize

IShape Scale Method

Scales the shape.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Scale(
	int scaleWidth,
	int scaleHeight
)

Parameters

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