Range.Resize[Object, Object] Property

Definition

Resizes the specified range.

public:
 property Microsoft::Office::Interop::Excel::Range ^ Resize[System::Object ^, System::Object ^] { Microsoft::Office::Interop::Excel::Range ^ get(System::Object ^ RowSize, System::Object ^ ColumnSize); };
public Microsoft.Office.Interop.Excel.Range Resize[object RowSize, object ColumnSize] { get; }
Public ReadOnly Property Resize(Optional RowSize As Object, Optional ColumnSize As Object) As Range

Parameters

RowSize
Object

Optional Object. The number of rows in the new range. If this argument is omitted, the number of rows in the range remains the same.

ColumnSize
Object

Optional Object. The number of columns in the new range. If this argument is omitted, the number of columns in the range remains the same.

Property Value

Applies to