Heureka API .NET Documentation
_Default Property (Range)



Syntax
'Declaration
 
<DispIdAttribute(0)>
Default Property _Default( _
   Optional ByVal RowIndex As Object, _
   Optional ByVal ColumnIndex As Object _
) As Object
'Usage
 
Dim instance As Range
Dim RowIndex As Object
Dim ColumnIndex As Object
Dim value As Object
 
instance._Default(RowIndex, ColumnIndex) = value
 
value = instance._Default(RowIndex, ColumnIndex)
[DispId(0)]
object this[ 
   object RowIndex,
   object ColumnIndex
]; {get; set;}
[DispId(0)]
property Object^ default [Object^,Object^] {
   Object^ get(Object^ RowIndex, Object^ ColumnIndex);
   void set (Object^ RowIndex, Object^ ColumnIndex, Object^ value);
}

Parameters

RowIndex
ColumnIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Range Interface
Range Members

Send Feedback