PowerTools SPREAD for Windows Forms 8.0J
Item プロパティ (ExcelWarningList)


Excelファイル操作警告のリストの特定の位置から警告を取得します。
構文
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ExcelWarning
'使用法
 
Dim instance As ExcelWarningList
Dim index As Integer
Dim value As ExcelWarning
 
value = instance.Item(index)
public ExcelWarning this[ 
   int index
]; {get;}

パラメータ

index

プロパティ値

Excelファイル操作警告を含むExcelWarningオブジェクト
参照

ExcelWarningList クラス
ExcelWarningList メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.