:: ooo :: vba :: excel ::

interface XPane

Methods' Summary
SmallScroll  
LargeScroll  
Attributes' Summary
ScrollColumn  
ScrollRow  
VisibleRange  
Methods' Details
SmallScroll
void
SmallScroll( [in] any  Down,
[in] any  Up,
[in] any  ToRight,
[in] any  ToLeft );

LargeScroll
void
LargeScroll( [in] any  Down,
[in] any  Up,
[in] any  ToRight,
[in] any  ToLeft );

Attributes' Details
ScrollColumn
long ScrollColumn;
ScrollRow
long ScrollRow;
VisibleRange
[ readonly ] XRange VisibleRange;
Top of Page