protected virtual void OnCopyRows( int fromRow, int toRow, int count )
'Declaration Protected Overridable Sub OnCopyRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
'Declaration
Protected Overridable Sub OnCopyRows( _ ByVal fromRow As Integer, _ ByVal toRow As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As SheetView Dim fromRow As Integer Dim toRow As Integer Dim count As Integer instance.OnCopyRows(fromRow, toRow, count)
'Usage
Dim instance As SheetView Dim fromRow As Integer Dim toRow As Integer Dim count As Integer instance.OnCopyRows(fromRow, toRow, count)
SheetView Class SheetView Members