Height
MainWeb.Height property
Ottiene o imposta l’altezza( System.Web.UI.WebControl.Unit ) del controllo.
public override Unit Height { get; set; }
Esempi
[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)
Guarda anche
- class MainWeb
- spazio dei nomi Aspose.Cells.GridWeb
- assemblea Aspose.Cells.GridWeb