'Declaration Public Function GetAdjacentVisibleColumn( _
ByVal columnIndexThe column index.As System.Int32, _
ByVal nextA value indicating whether worksheet should get next or previous column.As Boolean _
) As System.Int32
public System.Int32 GetAdjacentVisibleColumn(
System.Int32 columnIndex,
bool next
)
public: System.Int32 GetAdjacentVisibleColumn(
System.Int32 columnIndex,
bool next
)
public:
System.Int32 GetAdjacentVisibleColumn(
System.Int32 columnIndex,
bool next
)
Parameters
- columnIndex
- The column index.
- next
- A value indicating whether worksheet should get next or previous column.
Return Value
The index of adjacent visible column.