SetStyle
Innehåll
[
Dölj
]SetStyle(int, int, int, int, Style)
Ställer in stilen till ett specificerat cellintervall.
public void SetStyle(int firstRow, int firstColumn, int rowNumber, int columnNumber, Style style)
Parameter | Typ | Beskrivning |
---|---|---|
firstRow | Int32 | Första raden i detta intervall (nollbaserat) |
firstColumn | Int32 | Första kolumnen i detta intervall (nollbaserat) |
rowNumber | Int32 | Antal rader (en baserat) |
columnNumber | Int32 | Antal kolumner (en baserat) |
style | Style | Stilobjektet som ska ställas in |
Se även
- class Style
- class GridCells
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
SetStyle(string, Style)
Ställer in stilen till ett specificerat cellintervall.
public void SetStyle(string cellRange, Style style)
Parameter | Typ | Beskrivning |
---|---|---|
cellRange | String | Området med cellnamn, som “A1:D6” |
style | Style | Stilobjektet som ska ställas in |
Se även
- class Style
- class GridCells
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
SetStyle(CellRange, Style)
Ställer in stilen till ett specificerat cellintervall.
public void SetStyle(CellRange cellRange, Style style)
Parameter | Typ | Beskrivning |
---|---|---|
cellRange | CellRange | Omfånget av celler |
style | Style | Stilobjektet som ska ställas in |
Se även
- class CellRange
- class Style
- class GridCells
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop