The Cell type exposes the following members.

Methods

  NameDescription
Public methodApplyEdit
셀의 변경된 값을 적용합니다.
Public methodCancelEdit
변경된 셀의 값을 취소하고 이전값으로 되돌립니다.
Public methodDispose()()()()
소멸자 입니다.
(Inherited from CellBase.)
Protected methodDispose(Boolean) (Inherited from CellBase.)
Public methodEnsureVisible
셀이 화면내에 표시될 수 있도록 스크롤을 조정합니다.
Public methodFocus
그리드 컨트롤에 대한 포커스 설정을 합니다.
Protected methodInvalidate
셀의 영역을 무효화하고 컨트롤을 다시 그립니다.
(Inherited from CellBase.)
Public methodLeaveEdit
셀의 편집을 종료합니다.
Protected methodOnBackColorChanged
BackColorChanged 이벤트를 발생시킵니다.
(Inherited from CellBase.)
Protected methodOnFontChanged
FontChanged 이벤트를 발생시킵니다.
(Inherited from CellBase.)
Protected methodOnForeColorChanged
ForeColorChanged 이벤트를 발생시킵니다.
(Inherited from CellBase.)
Public methodResetBackColor
셀의 배경색을 기본값으로 되돌립니다.
(Inherited from CellBase.)
Public methodResetFont
셀의 배경색을 기본값으로 되돌립니다.
(Inherited from CellBase.)
Public methodResetForeColor
셀의 전경색을 기본값으로 되돌립니다.
(Inherited from CellBase.)
Public methodSelect
셀을 선택합니다.
Public methodToString
현재 Object를 나타내는 String을 반환합니다.
(Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldStatic memberNull
정의되지 않은 셀입니다.

Properties

  NameDescription
Public propertyBackColor
셀의 배경색을 가져오거나 설정합니다.
(Inherited from CellBase.)
Public propertyClientRectangle
화면에 표시되고 있는 셀의 안쪽 영역을 가져옵니다.
(Inherited from CellBase.)
Public propertyColumn
이 셀을 소유한 행의 인스턴스를 가져옵니다.
Public propertyColumnID
이 셀을 소유한 행의 고유 아이디를 가져옵니다.
Public propertyDisplayRectangle
화면에 표시되고 있는 셀의 영역을 가져옵니다.
(Inherited from CellBase.)
Public propertyErrorDescription
셀의 내용이 잘못 되었다는 표시를 가져오거나 설정합니다.
Public propertyFont
셀의 글꼴을 가져오거나 설정합니다.
(Inherited from CellBase.)
Public propertyForeColor
셀의 전경색을 가져오거나 설정합니다.
(Inherited from CellBase.)
Public propertyIsBeingEdited
셀이 현재 편집중인지의 여부를 가져옵니다.
Public propertyIsDisplayable
화면에 표시되고 있는지에 대한 여부를 가져옵니다.
(Inherited from CellBase.)
Public propertyIsDisplayed
셀이 화면에 표시되고 있는지의 여부를 가져옵니다.
Public propertyIsEdited
셀의 값이 변경 되었는지의 여부를 가져옵니다.
Public propertyIsFocused
셀의 포커스 여부를 가져오거나 설정합니다.
Public propertyIsMouseOvered
마우스 커서의 위치가 셀 영역 안에 있는지의 여부를 확인합니다.
Public propertyIsReadOnly
읽기 전용인지에 대한 여부를 가져오거나 설정합니다.
Public propertyIsSelected
셀의 선택 여부를 가져오거나 설정합니다.
Public propertyPadding
셀의 내부 간격을 가져오거나 설정합니다.
(Inherited from CellBase.)
Public propertyRow
이 셀을 소유한 열의 인스턴스를 가져옵니다.
Public propertyRowID
이 셀을 소유한 열의 고유 아이디를 가져옵니다.
Public propertyTag
셀에 대한 데이터가 들어 있는 개체를 가져오거나 설정합니다.
(Inherited from CellBase.)
Public propertyTextBound
문자열이 출력되는 영역을 가져옵니다.
Public propertyValue
셀의 값을 가져오거나 설정합니다.

Events

  NameDescription
Public eventBackColorChanged
BackColor 속성 값이 변경되면 발생합니다.
(Inherited from CellBase.)
Public eventFontChanged
Font 속성 값이 변경되면 발생합니다.
(Inherited from CellBase.)
Public eventForeColorChanged
ForeColor 속성 값이 변경되면 발생합니다.
(Inherited from CellBase.)

See Also