public Int32 Move(NetOffice.OfficeApi.Enums.MsoMoveRow msoMoveRow)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(msoMoveRow);
            object   returnItem  = Invoker.MethodReturn(this, "Move", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Example #2
0
 public Int32 Move(NetOffice.OfficeApi.Enums.MsoMoveRow msoMoveRow)
 {
     return(Factory.ExecuteInt32MethodGet(this, "Move", msoMoveRow));
 }
Example #3
0
 public virtual Int32 Move(NetOffice.OfficeApi.Enums.MsoMoveRow msoMoveRow)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "Move", msoMoveRow));
 }