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