Returns number of columns in the collection.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
public int GetColumnCount( int level ) |
| Visual Basic |
|---|
Public Function GetColumnCount ( _ level As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int GetColumnCount( int level ) |
Parameters
- level
- Type: System..::..Int32