EndFormatPainter
GridDesktop.EndFormatPainter method
بإعلام GridDesktop لإنهاء برنامج FormatPainter.
public void EndFormatPainter()
أمثلة
[C#]
gridDesktop1.StartFormatPainter(false);
...
// عملية واجهة المستخدم
...
gridDesktop1.EndFormatPainter();
[Visual Basic]
gridDesktop1.StartFormatPainter(False)
...
'عملية واجهة المستخدم
...
gridDesktop1.EndFormatPainter()
أنظر أيضا
- class GridDesktop
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop