XlsWorksheetBase
TypedScollBars Property
|
Returns inner scollbars 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 ScrollBarCollection TypedScollBars { get; }
Public ReadOnly Property TypedScollBars As ScrollBarCollection
Get
public:
property ScrollBarCollection^ TypedScollBars {
ScrollBarCollection^ get ();
}
member TypedScollBars : ScrollBarCollection with get
Property Value
Type:
ScrollBarCollection
See Also