ScrollBarCollection
AddCopy Method
|
Adds a copy of the provided IScrollBarShape to the current object.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddCopy(
IScrollBarShape source
)
Public Sub AddCopy (
source As IScrollBarShape
)
public:
void AddCopy(
IScrollBarShape^ source
)
member AddCopy :
source : IScrollBarShape -> unit
Parameters
-
source
-
Type:
Spire.Xls.Core
IScrollBarShape
The IScrollBarShape instance to be copied and added.
See Also