| Visual Basic (Declaration) | |
|---|---|
Public Property Row As Integer | |
| C# | |
|---|---|
public int Row {get; set;} | |
Property Value
IntegerThe row is represented by a 0-based index value. 0 is the top most row where the first day of the month exists. The range depends on the current month and will fluctuate, however the maximum possible is 5 (indicating a month that spans 6 weeks).