StartFormatPainter
GridDesktop.StartFormatPainter method
通知 GridDesktop 启动 FormatPainter.
public void StartFormatPainter(bool formatOnce)
范围 | 类型 | 描述 |
---|---|---|
formatOnce | Boolean | 如果formatOnce为真,FormatPainter可以使用一次, 如果formatOnce为假,FormatPainter可以多次使用,直到调用EndFormatPainter()。 |
例子
[C#]
gridDesktop1.StartFormatPainter(true);
[Visual Basic]
gridDesktop1.StartFormatPainter(True)