split.h
来自「本网站是一个库存管理系统」· C头文件 代码 · 共 60 行
H
60 行
#ifndef CLASS_SPLIT
#define CLASS_SPLIT
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
class CColumns;
#ifdef CLASS_SPLIT
class __declspec(dllexport) CSplit : public COleDispatchDriver
#else
class __declspec(dllimport) CSplit : public COleDispatchDriver
#endif
{
public:
CSplit() {} // Calls COleDispatchDriver default constructor
CSplit(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CSplit(const CSplit& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
BOOL GetAllowFocus();
void SetAllowFocus(BOOL bNewValue);
BOOL GetAllowRowSizing();
void SetAllowRowSizing(BOOL bNewValue);
BOOL GetAllowSizing();
void SetAllowSizing(BOOL bNewValue);
BOOL GetCurrentCellVisible();
void SetCurrentCellVisible(BOOL bNewValue);
VARIANT GetFirstRow();
void SetFirstRow(const VARIANT& newValue);
short GetIndex();
short GetLeftCol();
void SetLeftCol(short nNewValue);
BOOL GetLocked();
void SetLocked(BOOL bNewValue);
long GetMarqueeStyle();
void SetMarqueeStyle(long nNewValue);
BOOL GetRecordSelectors();
void SetRecordSelectors(BOOL bNewValue);
long GetScrollBars();
void SetScrollBars(long nNewValue);
short GetScrollGroup();
void SetScrollGroup(short nNewValue);
short GetSelEndCol();
void SetSelEndCol(short nNewValue);
short GetSelStartCol();
void SetSelStartCol(short nNewValue);
VARIANT GetSize();
void SetSize(const VARIANT& newValue);
long GetSizeMode();
void SetSizeMode(long nNewValue);
void ClearSelCols();
CColumns GetColumns();
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?