FarPoint.Web.Spread 名前空間 > FormulaEntryCollection クラス : Item プロパティ |
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As FormulaEntry
public FormulaEntry this[ int index ]; {get;}
例外 | 説明 |
---|---|
System.ArgumentException | インデックスには0からエントリーの総数までの値を指定する必要があります。 |