'Declaration ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IRange
'Declaration
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IRange
'使用法 Dim instance As IAreas Dim index As Integer Dim value As IRange value = instance.Item(index)
'使用法
Dim instance As IAreas Dim index As Integer Dim value As IRange value = instance.Item(index)
IRange this[ int index ]; {get;}
IAreas インタフェース IAreas メンバ
Copyright © 2004 GrapeCity inc.