CalendarView.SetYearDecadeDisplayDimensions(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the number of rows and columns to use in the Year and Decade display modes.
public:
virtual void SetYearDecadeDisplayDimensions(int columns, int rows) = SetYearDecadeDisplayDimensions;
void SetYearDecadeDisplayDimensions(int const& columns, int const& rows);
public void SetYearDecadeDisplayDimensions(int columns, int rows);
function setYearDecadeDisplayDimensions(columns, rows)
Public Sub SetYearDecadeDisplayDimensions (columns As Integer, rows As Integer)
Parameters
- columns
-
Int32
int
The number of columns in the view.
- rows
-
Int32
int
The number of rows in the view.