Height
MainWeb.Height property
Obtiene o establece la altura (System.Web.UI.WebControl.Unit) del control.
public override Unit Height { get; set; }
Ejemplos
[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)
Ver también
- class MainWeb
- espacio de nombres Aspose.Cells.GridWeb
- asamblea Aspose.Cells.GridWeb