Interface ILabelShapes
public interface ILabelShapes
Properties
Count
int Count { get; }
Property Value
this[int]
ILabelShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
ILabelShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddLabel(int, int, int, int)
ILabelShape AddLabel(int row, int column, int height, int width)