XlsWorksheetBase
HeaderFooterShapes Property
|
Header / footer shapes collection.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsHeaderFooterShapeCollection HeaderFooterShapes { get; }
Public ReadOnly Property HeaderFooterShapes As XlsHeaderFooterShapeCollection
Get
public:
property XlsHeaderFooterShapeCollection^ HeaderFooterShapes {
XlsHeaderFooterShapeCollection^ get ();
}
member HeaderFooterShapes : XlsHeaderFooterShapeCollection with get
Property Value
Type:
XlsHeaderFooterShapeCollection
See Also