igSetColumnOffset function

void igSetColumnOffset(
  1. int column_index,
  2. double offset_x
)
void igSetColumnOffset(
 int column_index ,
 float offset_x
);

Implementation

void igSetColumnOffset(int column_index, double offset_x) =>
    _igSetColumnOffset(column_index, offset_x);