StartFormatPainter

GridDesktop.StartFormatPainter method

通知 GridDesktop 启动 FormatPainter.

public void StartFormatPainter(bool formatOnce)
范围类型描述
formatOnceBoolean如果formatOnce为真,FormatPainter可以使用一次, 如果formatOnce为假,FormatPainter可以多次使用,直到调用EndFormatPainter()。

例子

[C#]
gridDesktop1.StartFormatPainter(true);

[Visual Basic]
gridDesktop1.StartFormatPainter(True)

也可以看看