Method: AsposeCellsCloud::DataColumnFillValue#list_invalid_properties

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

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properies with the reasons



74
75
76
77
78
79
80
81
82
83
84
# File 'lib/aspose_cells_cloud/models/data_column_fill_value.rb', line 74

def list_invalid_properties
  invalid_properties = Array.new
  if @column_index.nil?
      invalid_properties.push("invalid value for 'column_index', column_index cannot be nil.")
  end
  if @data_fill_value.nil?
      invalid_properties.push("invalid value for 'data_fill_value', data_fill_value cannot be nil.")
  end

  return invalid_properties
end