Range.Resize[Object, Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.