IXlsWorksheetColumns |
interface IXlsWorksheetColumns : IDispatch { [id(1), propget] HRESULT Width([out, retval]double* width); [id(1), propput] HRESULT Width([in]double width); [id(2), propget] HRESULT AutoFit([out, retval]BOOL* autofit); [id(2), propput] HRESULT AutoFit([in]BOOL autofit); [id(3), ] HRESULT Insert([in]int amountColumns); [id(4), propget] HRESULT TopExtent([in]int row, [out, retval]int* toprow); [id(5), propget] HRESULT BottomExtent([in]int row, [out, retval]int* bottomrow); [id(6), ] HRESULT Delete(); [id(7), propget] HRESULT Hide([out, retval]BOOL* hide); [id(7), propput] HRESULT Hide([in]BOOL hide); [id(8), propget] HRESULT Style([out, retval]IXlsStyle** style); [id(8), propput] HRESULT Style([in]IXlsStyle* style); [id(9), propget] HRESULT IsEmpty([out, retval]BOOL* isempty); [id(10) ] HRESULT Move([in]int amountColumns); [id(11),propget] HRESULT Position([out, retval]int* positionInPixels); [id(12),propget] HRESULT Range([out, retval]IXlsRange** range); [id(13),propget] HRESULT WidthInPixels([out, retval]int* width_pixels); [id(13),propput] HRESULT WidthInPixels([in]int width_pixels); [id(14),propget] HRESULT Outline([out, retval]enumOutlineLevel* level); }
HRESULT Width([out, retval]double* width);
HRESULT Width([in]double width);
HRESULT AutoFit([out, retval]BOOL* autofit);
HRESULT AutoFit([in]BOOL autofit);
HRESULT Insert([in]int amountColumns);
HRESULT TopExtent([in]int row, [out, retval]int* toprow);
HRESULT BottomExtent([in]int row, [out, retval]int* bottomrow);
HRESULT Delete();
HRESULT Hide([out, retval]BOOL* hide)
HRESULT Hide([in]BOOL hide);
HRESULT Style([out, retval]IXlsStyle** style);
HRESULT Style([in]IXlsStyle* style);
HRESULT IsEmpty([out, retval]BOOL* isempty);
HRESULT Move([in]int amountColumns);
HRESULT Position([out, retval]int* positionInPixels);
HRESULT Range([out, retval]IXlsRange** range);
HRESULT WidthInPixels([out, retval]int* width_pixels);
HRESULT WidthInPixels([in]int width_pixels);
HRESULT Outline([out, retval]enumOutlineLevel* level);