Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Changing the width and height of the Aspose.Cells.GridWeb control is a simple but important feature. The Aspose.Cells.GridWeb control is represented by the GridWeb class in the API. To resize the width and height of the GridWeb control, simply use its Width and Height properties.
The output of the code snippet that follows is shown below.
Changed width and height of the GridWeb control

Aspose.Cells.GridWeb control contains two header bars as follows:
Both of these header bars are shown below.
Header bars

Change the height of the top header bar and the width of the left header bar using the GridWeb control’s HeaderBarHeight and HeaderBarWidth properties, respectively. The figure below shows the output of the code example that follows.
Changed header bar width and height

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.