StartFormatPainter
GridDesktop.StartFormatPainter method
GridDesktop’a FormatPainter’ı başlatmasını bildirir.
public void StartFormatPainter(bool formatOnce)
Parametre | Tip | Tanım |
---|---|---|
formatOnce | Boolean | formatOnce doğruysa, FormatPainter bir kez kullanabilir, formatOnce yanlışsa, FormatPainter EndFormatPainter()‘ı çağırana kadar birden çok kez kullanabilir. |
Örnekler
[C#]
gridDesktop1.StartFormatPainter(true);
[Visual Basic]
gridDesktop1.StartFormatPainter(True)
Ayrıca bakınız
- class GridDesktop
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop