In This Topic
Copies axis information from the current
LayoutManager to another
LayoutManager.
Syntax
'Declaration
Public Overridable Sub CopyEntireAxis( _
ByVal As Integer, _
ByVal fromColumn As Integer, _
ByVal As LayoutManager, _
ByVal As Integer, _
ByVal toColumn As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer _
)
'Usage
Dim instance As LayoutManager
Dim fromRow As Integer
Dim fromColumn As Integer
Dim targetLayoutManager As LayoutManager
Dim toRow As Integer
Dim toColumn As Integer
Dim rowCount As Integer
Dim columnCount As Integer
instance.CopyEntireAxis(fromRow, fromColumn, targetLayoutManager, toRow, toColumn, rowCount, columnCount)
Parameters
- fromRow
- The start copied row.
- fromColumn
- The start copied column.
- targetLayoutManager
- The target LayoutManager.
- toRow
- The target row.
- toColumn
- The target column.
- rowCount
- The totals number of copied rows.
- columnCount
- The totals number of copied columns.
See Also