Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
scaleHeight
Int32

Implements

IShape..::..Scale(Int32, Int32)

See Also