| Visual Basic (Declaration) | |
|---|---|
Public Property Column As Integer | |
| C# | |
|---|---|
public int Column {get; set;} | |
Property Value
IntegerThe column is represented by a 0-based index value, in a range from 0-6. The index is relative to the current FirstDayOfWeek property setting.
If the weeks start on Sunday, then Sunday will be 0 and Saturday will be 6.
If the weeks start on Monday, then Monday will be 0 and Sunday will now be 6.
If the weeks start on Sunday, then Sunday will be 0 and Saturday will be 6.
If the weeks start on Monday, then Monday will be 0 and Sunday will now be 6.