SetStyle
SetStyle(CellRange, Style)
Imposta l’oggetto stile su cellRange.
public void SetStyle(CellRange range, Style style)
Parametro | Tipo | Descrizione |
---|---|---|
range | CellRange | oggetto CellRange. |
style | Style | Oggetto stile da impostare. |
Guarda anche
- class CellRange
- class Style
- class Worksheet
- spazio dei nomi Aspose.Cells.GridDesktop
- assemblea Aspose.Cells.GridDesktop
SetStyle(GridCellArea, Style)
Imposta l’oggetto stile su cellRange.
public void SetStyle(GridCellArea area, Style style)
Parametro | Tipo | Descrizione |
---|---|---|
area | GridCellArea | Oggetto GridCellArea. |
style | Style | Oggetto stile da impostare. |
Guarda anche
- class GridCellArea
- class Style
- class Worksheet
- spazio dei nomi Aspose.Cells.GridDesktop
- assemblea Aspose.Cells.GridDesktop