표시되는 열의 컬렉션을 나타냅니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public class VisibleRowCollection : GridObject, 
	IEnumerable<RowBase>, ICollection
Visual Basic
Public Class VisibleRowCollection _
	Inherits GridObject _
	Implements IEnumerable(Of RowBase), ICollection
Visual C++
public ref class VisibleRowCollection : public GridObject, 
	IEnumerable<RowBase^>, ICollection

Inheritance Hierarchy

System..::..Object
  Ntreev.Windows.Forms.Grid..::..GridObject
    Ntreev.Windows.Forms.Grid..::..VisibleRowCollection

See Also