StartFormatPainter
GridDesktop.StartFormatPainter method
Notifie à GridDesktop de démarrer FormatPainter.
public void StartFormatPainter(bool formatOnce)
Paramètre | Taper | La description |
---|---|---|
formatOnce | Boolean | si formatOnce est vrai, FormatPainter peut utiliser une fois, si formatOnce est faux, FormatPainter peut utiliser plusieurs fois, jusqu’à ce qu’il invoque EndFormatPainter(). |
Exemples
[C#]
gridDesktop1.StartFormatPainter(true);
[Visual Basic]
gridDesktop1.StartFormatPainter(True)
Voir également
- class GridDesktop
- espace de noms Aspose.Cells.GridDesktop
- Assemblée Aspose.Cells.GridDesktop