GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IIconCriteria インタフェース : Item プロパティ |
'Declaration
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IIconCriterion
'使用法
Dim instance As IIconCriteria Dim index As Integer Dim value As IIconCriterion value = instance.Item(index)
IIconCriterion this[ int index ]; {get;}