Get Method
Get function
Gets a Column object by column index.The Column object of given column index will be instantiated if it does not exist before.
func (instance *ColumnCollection) Get(columnindex int32) (*Column, error)
Remarks
See Also
- Class ColumnCollection
- Library Aspose.Cells for Go