'宣言 Public Function Remove( _ ByVal columnName As System.String _ ) As System.Boolean
public System.bool Remove( System.string columnName )
パラメータ
- columnName
- 指定された列名。
戻り値の型
C1ExpressionEditor オブジェクトが削除されたかどうかを示す値を返します。
'宣言 Public Function Remove( _ ByVal columnName As System.String _ ) As System.Boolean
public System.bool Remove( System.string columnName )