'宣言
Public Function GetRule( _ ByVal index As Integer _ ) As FormattingRuleBase
public FormattingRuleBase GetRule( int index )
パラメータ
- index
- 取得するルールのインデックス。
戻り値の型
指定したインデックスにあるルール。
'宣言
Public Function GetRule( _ ByVal index As Integer _ ) As FormattingRuleBase
public FormattingRuleBase GetRule( int index )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index がコレクションのサイズを超えています。 |