Range._Default Property
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Default Property _Default ( _
RowIndex As Object, _
ColumnIndex As Object _
) As Object
Get
Set
'Usage
Dim instance As Range
Dim RowIndex As Object
Dim ColumnIndex As Object
Dim value As Object
value = instance(RowIndex, ColumnIndex)
instance(RowIndex, ColumnIndex) = value
Object this[
Object RowIndex,
Object ColumnIndex
] { get; set; }
Parameters
- RowIndex
Type: System.Object
- ColumnIndex
Type: System.Object
Property Value
Type: System.Object