Width
MainWeb.Width property
Hämtar eller ställer in bredden (System.Web.UI.WebControl.Unit ) för kontrollen.
public override Unit Width { get; set; }
Exempel
[C#]
GridWeb1.Width = new System.Web.UI.WebControls.Unit(320, System.Web.UI.WebControls.UnitType.Point);
GridWeb1.Height = new System.Web.UI.WebControls.Unit(240, System.Web.UI.WebControls.UnitType.Point);
[Visual Basic]
GridWeb1.Width = New System.Web.UI.WebControls.Unit(320, System.Web.UI.WebControls.UnitType.Point)
GridWeb1.Height = New System.Web.UI.WebControls.Unit(240, System.Web.UI.WebControls.UnitType.Point)
Se även
- class MainWeb
- namnutrymme Aspose.Cells.GridWeb
- hopsättning Aspose.Cells.GridWeb