IRange.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.
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
- ColumnSize
- Object