FlexPivot for WinForms
IsNew プロパティ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > Row クラス : IsNew プロパティ
Indicates the row is a placeholder for adding new rows to the grid.
シンタックス
'宣言
 
Public ReadOnly Property IsNew As System.Boolean
public System.bool IsNew {get;}
解説
This property returns true for the last row on the grid when the AllowAddNew property is set to true. This is the row that has an asterisk glyph on the first fixed column.
参照

Row クラス
Row メンバ