Method: AsposeCellsCloud::DataColumnFillValue#valid?

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

#valid?Boolean

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



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

def valid?
  return false if @column_index.nil?
  return false if @data_fill_value.nil?
  return true
end