Method: AsposeCellsCloud::WorksheetMovingRequest#valid?

Defined in:
lib/aspose_cells_cloud/models/worksheet_moving_request.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



88
89
90
91
92
# File 'lib/aspose_cells_cloud/models/worksheet_moving_request.rb', line 88

def valid?
  return false if @destination_worksheet.nil?
  return false if @position.nil?
  return true
end