_range.h

来自「vc 和mapobjects地理信息系统组件开发 很有启发意义和参考价值」· C头文件 代码 · 共 53 行

H
53
字号
#if !defined(AFX__RANGE_H__9839E67B_DC4E_407E_8FEB_6016A6A8864C__INCLUDED_)
#define AFX__RANGE_H__9839E67B_DC4E_407E_8FEB_6016A6A8864C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++, your modifications will be overwritten.

/////////////////////////////////////////////////////////////////////////////
// C_Range wrapper class

class C_Range : public COleDispatchDriver
{
public:
	C_Range() {}		// Calls COleDispatchDriver default constructor
	C_Range(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
	C_Range(const C_Range& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// Attributes
public:

// Operations
public:
	void Selected();
	void SetBackColor(unsigned long newValue);
	void SetForeColor(unsigned long newValue);
	void SetAlignment(long nNewValue);
	void SetLocked(BOOL bNewValue);
	void SetWrapText(BOOL bNewValue);
	void SetBorders(long Edge, long nNewValue);
	void SetMergeCells(BOOL bNewValue);
	void SetFontName(LPCTSTR lpszNewValue);
	void SetFontSize(float newValue);
	void SetFontBold(BOOL bNewValue);
	void SetFontItalic(BOOL bNewValue);
	void SetFontUnderline(BOOL bNewValue);
	void SetFontStrikethrough(BOOL bNewValue);
	void ClearAll();
	void ClearText();
	void ClearFormat();
	void Merge();
	void DeleteByRow();
	void DeleteByCol();
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX__RANGE_H__9839E67B_DC4E_407E_8FEB_6016A6A8864C__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?