计算页序
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Compute(
int totalcount
)
Public Sub Compute (
totalcount As Integer
)
public:
void Compute(
int totalcount
)
member Compute :
totalcount : int -> unit
Parameters
- totalcount
- Type: SystemInt32
总页数
See Also