다음을 통해 공유


Attachment.ColumnHidden Property (Access)

You can use the ColumnHidden property to show or hide a specified column in Datasheet view. Read/write Boolean.

Version Information

추가된 버전: Access 2007

Syntax

.ColumnHidden

A variable that represents an Attachment object.

Remarks

참고

The ColumnHidden property applies to all fields in Datasheet view and to form controls when the form is in Datasheet view.

Hiding a column with the ColumnHidden property in Datasheet view doesn't hide fields from the same column in Form view. Similarly, setting a control's Visible property to False in Form view doesn't hide the corresponding column in Datasheet view.

참고

The ColumnHidden property is not available in Design view.

참고 항목

개념

Attachment Object

Attachment Object Members