Search
AnchorPattern.GetAnchorPointColumn Method
See Also
 



 Syntax

VB6  Copy Code

Public Sub GetAnchorPointColumn( _
    ByVal Index As Long, _
    ByRef column As Long _
)

C++  Copy Code

public:
void GetAnchorPointColumn (
    int Index,
    int* column
)

 Parameters

Index

column

 See Also