XlsWorksheetBase
ScrollBarShapes Property
|
Gets the scroll bar shapes associated with 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 IScrollBarShapes ScrollBarShapes { get; }
Public ReadOnly Property ScrollBarShapes As IScrollBarShapes
Get
public:
property IScrollBarShapes^ ScrollBarShapes {
IScrollBarShapes^ get ();
}
member ScrollBarShapes : IScrollBarShapes with get
Property Value
Type:
IScrollBarShapes
See Also