Enterra.V8x1C.DOM.TablePart.Move C# (CSharp) Method

Move() public method

Сдвинуть (Move)
public Move ( TablePartRow row, int shift ) : void
row TablePartRow
shift int
return void
        public void Move(TablePartRow row, int shift)
        {
            InvokeV8Method("Move", row.Ptr, shift);
        }

Same methods

TablePart::Move ( int rowIndex, int shift ) : void