'宣言 Public Function IsSet( _ ByVal attr As CellProtectionAttributes _ ) As System.Boolean
public System.bool IsSet( CellProtectionAttributes attr )
パラメータ
- attr
- 指定したプロパティを示す AlignmentAttributes 値。
戻り値の型
指定したプロパティに値が割り当てられている場合は
true
、それ以外の場合はfalse
。