Method: AsposeCellsCloud::DataColumnFillValue#hash
- Defined in:
- lib/aspose_cells_cloud/models/data_column_fill_value.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/aspose_cells_cloud/models/data_column_fill_value.rb', line 112 def hash [ column_index , data_fill_value ].hash end |