'宣言 Public Sub SetColumnError( _ ByVal columnName As System.String, _ ByVal message As System.String _ )
public void SetColumnError( System.string columnName, System.string message )
パラメータ
- columnName
- "Task Mode"、"Duration" などの列名。
- message
- エラーメッセージ。
'宣言 Public Sub SetColumnError( _ ByVal columnName As System.String, _ ByVal message As System.String _ )
public void SetColumnError( System.string columnName, System.string message )