'Declaration Public Function GetAdjacentVisibleColumn( _
ByVal columnIndexИндекс столбца.As System.Int32, _
ByVal nextЗначение, указывающее, должен ли лист получать следующий или предыдущий столбец.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
- Индекс столбца.
- next
- Значение, указывающее, должен ли лист получать следующий или предыдущий столбец.
Return Value
Индекс смежного видимого столбца.