[PublicAPIAttribute]
public int ActualRowCount { get; set; }
<PublicAPIAttribute>
Public Property ActualRowCount As Integer
Get
Set
public:
[PublicAPIAttribute]
property int ActualRowCount {
int get ();
void set (int value);
}
[<PublicAPIAttribute>]
member ActualRowCount : int with get, set