cmdTableNavigateCells property

String cmdTableNavigateCells

Navigate around the cells at same offset

Implementation

String get cmdTableNavigateCells {
  return Intl.message(
    'Navigate around the cells at same offset',
    name: 'cmdTableNavigateCells',
    desc: '',
    args: [],
  );
}