XlsWorksheetBase
LabelShapes Property
|
Gets the collection of label shapes in the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ILabelShapes LabelShapes { get; }
Public ReadOnly Property LabelShapes As ILabelShapes
Get
public:
property ILabelShapes^ LabelShapes {
ILabelShapes^ get ();
}
member LabelShapes : ILabelShapes with get
Property Value
Type:
ILabelShapes
See Also