Table of Contents

Interface ILabelShapes

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface ILabelShapes

Properties

Count

int Count { get; }

Property Value

int

this[int]

ILabelShape this[int index] { get; }

Parameters

index int

Property Value

ILabelShape

this[string]

ILabelShape this[string name] { get; }

Parameters

name string

Property Value

ILabelShape

Methods

AddLabel(int, int, int, int)

ILabelShape AddLabel(int row, int column, int height, int width)

Parameters

row int
column int
height int
width int

Returns

ILabelShape