Method: CDK::MATRIX#getCol

Defined in:
lib/cdk/components/matrix.rb

#getColObject

This returns the current row/col cell



1142
1143
1144
# File 'lib/cdk/components/matrix.rb', line 1142

def getCol
  return @col
end