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