Method: AsposeCellsCloud::FilterColumn#valid?
- Defined in:
- lib/aspose_cells_cloud/models/filter_column.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
138 139 140 141 |
# File 'lib/aspose_cells_cloud/models/filter_column.rb', line 138 def valid? return false if @field_index.nil? return true end |