SetStyle
İçindekiler
[
Saklamak
]SetStyle(Style)
Hücre stilini ayarlar.
public void SetStyle(Style style)
Parametre | Tip | Tanım |
---|---|---|
style | Style | Hücre stili. |
Notlar
Kenarlık ayarları değiştirilirse, ayar hücrelerinin kenarlıkları da güncellenecektir.
Ayrıca bakınız
- class Style
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
SetStyle(Style, bool)
Hücre stilini uygulayın.
public void SetStyle(Style style, bool explicitFlag)
Parametre | Tip | Tanım |
---|---|---|
style | Style | Hücre stili. |
explicitFlag | Boolean | Doğru, yalnızca açıkça ayarlanan biçimlendirmenin üzerine yazılır. |
Ayrıca bakınız
- class Style
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
SetStyle(Style, StyleFlag)
Hücre stilini uygulayın.
public void SetStyle(Style style, StyleFlag flag)
Parametre | Tip | Tanım |
---|---|---|
style | Style | Hücre stili. |
flag | StyleFlag | Stil bayrağı. |
Ayrıca bakınız
- class Style
- class StyleFlag
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells