IRange._Default Property

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 IRange
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

Property Value

Type: System.Object

See Also

Reference

IRange Interface

IRange Members

Microsoft.Office.Interop.Excel Namespace