Range._Default[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.
Reserved for internal use.
public:
property System::Object ^ default[System::Object ^, System::Object ^] { System::Object ^ get(System::Object ^ RowIndex, System::Object ^ ColumnIndex); void set(System::Object ^ RowIndex, System::Object ^ ColumnIndex, System::Object ^ value); };
public object this[object RowIndex, object ColumnIndex] { get; set; }
Default Public Property _Default(Optional RowIndex As Object, Optional ColumnIndex As Object) As Object
Parameters
- RowIndex
- Object
- ColumnIndex
- Object