FindBackupRange(Int32,Int32,Int32,Int32,Boolean) Method
In This Topic
Finds the suitable range to backup that the original worksheet can be restored correctly later (used by Clipboard Cut for example)
Syntax
'Declaration
Public Sub FindBackupRange( _
ByRef As Integer, _
ByRef backupColumn As Integer, _
ByRef As Integer, _
ByRef backupColumnCount As Integer, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As Worksheet
Dim backupRow As Integer
Dim backupColumn As Integer
Dim backupRowCount As Integer
Dim backupColumnCount As Integer
Dim clear As Boolean
instance.FindBackupRange(backupRow, backupColumn, backupRowCount, backupColumnCount, clear)
public void FindBackupRange(
ref int ,
ref int backupColumn,
ref int ,
ref int backupColumnCount,
bool
)
Parameters
- backupRow
- backupColumn
- backupRowCount
- backupColumnCount
- clear
See Also