Method: AsposeCellsCloud::DataFill#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



98
99
100
101
102
103
# File 'lib/aspose_cells_cloud/models/data_fill.rb', line 98

def valid?
  return false if @ranges.nil?
  return false if @data_fill_default_value.nil?
  return false if @data_column_fill_value_list.nil?
  return true
end