IsCellSelected (GridWidget)
Introduced
4.2
Description
Tests whether a cell is selected. If the Grid is in header selection mode then use GridWidget.IsRowSelected or GridWidget.IsColumnSelected instead. (For more information about configuring the selection mode see siGridSelectionMode).
Scripting Syntax
GridWidget.IsCellSelected( ColumnIndex, RowIndex )
C# Syntax
Boolean GridWidget.IsCellSelected( Int32 in_Column, Int32 in_Row );Parameters
|
Parameter |
Type |
Description |
|
ColumnIndex |
Index of the Column. The left-most column has index 0. |
|
|
RowIndex |
Index of the Row. The top row has index 0. |
Return Value
See Also
Autodesk Softimage v7.5