'Declaration Public Function StartEditFocusedCellValue( _
ByVal setFocusA value indicating whether editor should set focus to the cell.As Boolean, _
ByVal clearValueA value indicating whether cell value must be cleared.As Boolean _
) As Boolean
public bool StartEditFocusedCellValue(
bool setFocus,
bool clearValue
)
public: bool StartEditFocusedCellValue(
bool setFocus,
bool clearValue
)
public:
bool StartEditFocusedCellValue(
bool setFocus,
bool clearValue
)
Parameters
- setFocus
- A value indicating whether editor should set focus to the cell.
- clearValue
- A value indicating whether cell value must be cleared.
Return Value
True if editing of focused cell value is started; otherwise, false.