SetStyle
İçindekiler
[
Saklamak
]SetStyle(int, int, int, int, Style)
Stili belirli bir hücre aralığına ayarlar.
public void SetStyle(int firstRow, int firstColumn, int rowNumber, int columnNumber, Style style)
Parametre | Tip | Tanım |
---|---|---|
firstRow | Int32 | Bu aralığın ilk satırı (sıfır tabanlı) |
firstColumn | Int32 | Bu aralığın ilk sütunu (sıfır tabanlı) |
rowNumber | Int32 | Satır sayısı (bir tabanlı) |
columnNumber | Int32 | Sütun sayısı(bir tabanlı) |
style | Style | Ayarlanacak stil nesnesi |
Ayrıca bakınız
- class Style
- class GridCells
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
SetStyle(string, Style)
Stili belirli bir hücre aralığına ayarlar.
public void SetStyle(string cellRange, Style style)
Parametre | Tip | Tanım |
---|---|---|
cellRange | String | “A1:D6” gibi hücre adlarının aralığı |
style | Style | Ayarlanacak stil nesnesi |
Ayrıca bakınız
- class Style
- class GridCells
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
SetStyle(CellRange, Style)
Stili belirli bir hücre aralığına ayarlar.
public void SetStyle(CellRange cellRange, Style style)
Parametre | Tip | Tanım |
---|---|---|
cellRange | CellRange | hücre aralığı |
style | Style | Ayarlanacak stil nesnesi |
Ayrıca bakınız
- class CellRange
- class Style
- class GridCells
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop