행의 이름으로 셀을 가져옵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public Cell this[ string columnName ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ columnName As String _ ) As Cell Get |
Visual C++ |
---|
public: property Cell^ default[String^ columnName] { Cell^ get (String^ columnName); } |
Parameters
- columnName
- Type: System..::..String
행의 이름입니다.