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