CopyTo Method (StyleSheet)
In This Topic
Copies the Style object to the indicated location.
Syntax
'Declaration
Public Sub CopyTo( _
ByVal As Array, _
ByVal As Integer _
)
public void CopyTo(
Array ,
int
)
Parameters
- array
- The one-dimensional Array that is the destination of the elements copied from StyleSheet. The Array must have zero-based indexing.
- index
- The zero-based index in array at which copying begins.
See Also