XlsWorksheetBase
TypedLabels Property
|
Returns inner labels collection. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public LabelShapeCollection TypedLabels { get; }
Public ReadOnly Property TypedLabels As LabelShapeCollection
Get
public:
property LabelShapeCollection^ TypedLabels {
LabelShapeCollection^ get ();
}
member TypedLabels : LabelShapeCollection with get
Property Value
Type:
LabelShapeCollection
See Also