|
|
|
VBasic MSFlexGrid Выделение нескольких ячеек
|
|||
|---|---|---|---|
|
#18+
Есть MS FlexGrid. В нем можно выделить область ячеек. Как узнать, выделена конкретная ячейка или нет? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 26.04.2006, 17:39 |
|
||
|
VBasic MSFlexGrid Выделение нескольких ячеек
|
|||
|---|---|---|---|
|
#18+
из нелпа конец выделенной области ColSel — Returns or sets the start or end column for a range of cells. RowSel — Returns or sets the start or end row for a range of cells. Syntax object.ColSel [= value] object.RowSel [= value] Remarks You can use these properties to select a specific region of the MSHFlexGrid programmatically, or to read the dimensions of an area that the user selects into code. The MSHFlexGrid cursor is in the cell at Row, Col. The MSHFlexGrid selection is the region between rows Row and RowSel and columns Col and ColSel. Note that RowSel may be above or below Row, and ColSel may be to the left or to the right of Col. Whenever you set the Row and Col properties, RowSel and ColSel are automatically reset, so the cursor becomes the current selection. To select a block of cells from code, you must first set the Row and Col properties, and then set RowSel and ColSel. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.04.2006, 10:42 |
|
||
|
|

start [/forum/topic.php?fid=60&msg=33693568&tid=2165953]: |
0ms |
get settings: |
12ms |
get forum list: |
17ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
151ms |
get topic data: |
12ms |
get forum data: |
2ms |
get page messages: |
44ms |
get tp. blocked users: |
1ms |
| others: | 258ms |
| total: | 503ms |

| 0 / 0 |
