- indexing
- title: "This file was automaticaly generated by Visual Eiffel COM bridge. Do not edit"
- cluster: ecom
class ECOM_PAGERANGE
- inherit
-
RTS_SERVER
- end
- feature -- members
-
nFromPage: INTEGER
-
nToPage: INTEGER
- feature -- Adapt
-
adapt (other: ECOM_PAGERANGE)
- feature -- Set
-
set (nfrompage_: INTEGER; ntopage_: INTEGER)
- feature -- get ptr
-
get_ptr: expanded ECOM_PTR [expanded ECOM_PAGERANGE]
- feature -- Size
-
size: INTEGER
end -- class ECOM_PAGERANGE