struct CCL::ITextTable::IRow

Overview

Table row. More…

#include <itextbuilder.h>

struct IRow: public CCL::IUnknown
{
    // methods

    virtual ICell&CCL_API getCell (int column) = 0;
    ICell& operator [] (int column);
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Table row.

Methods

virtual ICell&CCL_API getCell (int column) = 0

Access cell by index.