Returns number of columns in the collection.
Namespace: DayPilot.Web.Mvc.DataAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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