MinRow
MainWeb.MinRow property
Hämtar eller ställer in det lägsta visningsradindexet (nollbaserat) för webbarket. Kontrollen använder det mindre värdet av MinRow och arkdatas minsta rad.
public int MinRow { get; set; }
Exempel
[C#]
// Skapar ett 4x4 "visningsfönster".
GridWeb1.MinRow = 2;
GridWeb1.MaxRow = 5;
GridWeb1.MinColumn = 3;
GridWeb1.MaxColumn = 6;
[Visual Basic]
' Creates a 4x4 "display window".
GridWeb1.MinRow = 2
GridWeb1.MaxRow = 5
GridWeb1.MinColumn = 3
GridWeb1.MaxColumn = 6
Se även
- class MainWeb
- namnutrymme Aspose.Cells.GridWeb
- hopsättning Aspose.Cells.GridWeb