Gets a count of visible Columns.
            
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
 Syntax
Syntax
| C# | 
|---|
| public int Count { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Count As Integer Get | 
| Visual C++ | 
|---|
| public: property int Count { int get (); } | 
| F# | 
|---|
| member Count : int with get | 
Property Value
Type: Int32The count.






