Click or drag to resize

ILabelShapes AddLabel Method

Adds a label to the specified row and column with the given height and width.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ILabelShape AddLabel(
	int row,
	int column,
	int height,
	int width
)

Parameters

row
Type: System Int32
The row index where the label should be added.
column
Type: System Int32
The column index where the label should be added.
height
Type: System Int32
The height of the label.
width
Type: System Int32
The width of the label.

Return Value

Type: ILabelShape
An ILabelShape representing the added label.
See Also