'Declaration
Public Overloads Sub DeleteRange( _ ByVal startingCellAddress As String, _ ByVal endingCellAddress As String, _ ByVal shiftType As DeleteRangeShiftType _ )
'Usage
Dim instance As Worksheet Dim startingCellAddress As String Dim endingCellAddress As String Dim shiftType As DeleteRangeShiftType instance.DeleteRange(startingCellAddress, endingCellAddress, shiftType)
public void DeleteRange( string startingCellAddress, string endingCellAddress, DeleteRangeShiftType shiftType )