Returns number of columns in the collection.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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