The Row type exposes the following members.

Methods

  NameDescription
Public methodApplyEdit
셀들의 변경된 내용을 적용합니다.
Public methodBeginEdit
Public methodCancelEdit
셀들의 변경된 내용을 취소합니다.
Public methodEnsureVisible
열을 화면에 표시되도록 스크롤을 조정합니다.
Public methodFocus
포커스를 설정합니다.
Public methodGetAt
지정한 인덱스에 있는 항목를 가져옵니다.
Public methodResetCellBackColor
셀들의 배경색을 기본값으로 되돌립니다.
Public methodResetCellForeColor
셀들의 전경색을 기본값으로 되돌립니다.
Public methodSelect
열을 선택합니다.
Public methodToString
현재 Object를 나타내는 String을 반환합니다.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCellBackColor
Cells의 배경색을 가져오거나 설정합니다.
Public propertyCellCount
Cells의 갯수를 가져옵니다.
Public propertyCellForeColor
Cells의 전경색을 가져오거나 설정합니다.
Public propertyCells
Cells의 컬랙션을 가져옵니다.
Public propertyDisplayIndex
화면에 표시되는 인덱스를 가져옵니다.
(Inherited from RowBase.)
Public propertyHeight
열의 높이를 가져오거나 설정합니다.
Public propertyIndex
GridControl내에 열의 인덱스를 가져옵니다.
Public propertyIsEdited
소유하고 있는 Cells의 대한 편집 여부를 가져옵니다.
Public propertyIsEditing
현재의 열이 편집중인지에 대한 여부를 가져옵니다.
Public propertyIsFullSelected
소유하고 있는 모든 셀이 선택되었는지의 여부를 가져옵니다.
Public propertyIsReadOnly
읽기 전용인지에 대한 여부를 가져오거나 설정합니다.
Public propertyIsSelected
선택되어 있는지의 여부를 가져오거나 설정합니다.
Public propertyIsVisible
표시되고 있는지의 여부를 가져오거나 설정합니다.
Public propertyItem[([( Int32])])
지정한 인덱스에 있는 항목를 가져옵니다.
Public propertyItem[([( String])])
Public propertyItem[([( Column])])
Public propertyMaxHeight
열의 최대높이를 가져오거나 설정합니다.
Public propertyMinHeight
열의 최소높이를 가져오거나 설정합니다.
Public propertyRowID
고유 아이디를 가져옵니다.
Public propertyVisibleIndex
표시되는 인덱스를 가져옵니다.
(Inherited from RowBase.)

See Also