📄 vcf1.cpp
字号:
// 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.
#include "stdafx.h"
#include "vcf1.h"
// Dispatch interfaces referenced by this interface
#include "Picture.h"
/////////////////////////////////////////////////////////////////////////////
// CVCF1
IMPLEMENT_DYNCREATE(CVCF1, CWnd)
/////////////////////////////////////////////////////////////////////////////
// CVCF1 properties
unsigned long CVCF1::GetBackColor()
{
unsigned long result;
GetProperty(0x3, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetBackColor(unsigned long propVal)
{
SetProperty(0x3, VT_I4, propVal);
}
long CVCF1::GetCol()
{
long result;
GetProperty(0x4, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetCol(long propVal)
{
SetProperty(0x4, VT_I4, propVal);
}
long CVCF1::GetRow()
{
long result;
GetProperty(0x5, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetRow(long propVal)
{
SetProperty(0x5, VT_I4, propVal);
}
short CVCF1::GetShowHScrollBar()
{
short result;
GetProperty(0x6, VT_I2, (void*)&result);
return result;
}
void CVCF1::SetShowHScrollBar(short propVal)
{
SetProperty(0x6, VT_I2, propVal);
}
CString CVCF1::GetText()
{
CString result;
GetProperty(0x7, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetText(LPCTSTR propVal)
{
SetProperty(0x7, VT_BSTR, propVal);
}
double CVCF1::GetNumber()
{
double result;
GetProperty(0x8, VT_R8, (void*)&result);
return result;
}
void CVCF1::SetNumber(double propVal)
{
SetProperty(0x8, VT_R8, propVal);
}
CString CVCF1::GetFormula()
{
CString result;
GetProperty(0x9, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetFormula(LPCTSTR propVal)
{
SetProperty(0x9, VT_BSTR, propVal);
}
long CVCF1::GetFixedCol()
{
long result;
GetProperty(0xa, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetFixedCol(long propVal)
{
SetProperty(0xa, VT_I4, propVal);
}
long CVCF1::GetFixedCols()
{
long result;
GetProperty(0xb, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetFixedCols(long propVal)
{
SetProperty(0xb, VT_I4, propVal);
}
long CVCF1::GetFixedRow()
{
long result;
GetProperty(0xc, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetFixedRow(long propVal)
{
SetProperty(0xc, VT_I4, propVal);
}
long CVCF1::GetFixedRows()
{
long result;
GetProperty(0xd, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetFixedRows(long propVal)
{
SetProperty(0xd, VT_I4, propVal);
}
BOOL CVCF1::GetShowGridLines()
{
BOOL result;
GetProperty(0xe, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetShowGridLines(BOOL propVal)
{
SetProperty(0xe, VT_BOOL, propVal);
}
BOOL CVCF1::GetShowRowHeading()
{
BOOL result;
GetProperty(0xf, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetShowRowHeading(BOOL propVal)
{
SetProperty(0xf, VT_BOOL, propVal);
}
short CVCF1::GetShowSelections()
{
short result;
GetProperty(0x10, VT_I2, (void*)&result);
return result;
}
void CVCF1::SetShowSelections(short propVal)
{
SetProperty(0x10, VT_I2, propVal);
}
long CVCF1::GetLeftCol()
{
long result;
GetProperty(0x11, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetLeftCol(long propVal)
{
SetProperty(0x11, VT_I4, propVal);
}
long CVCF1::GetMaxCol()
{
long result;
GetProperty(0x12, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetMaxCol(long propVal)
{
SetProperty(0x12, VT_I4, propVal);
}
long CVCF1::GetMaxRow()
{
long result;
GetProperty(0x13, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetMaxRow(long propVal)
{
SetProperty(0x13, VT_I4, propVal);
}
long CVCF1::GetTopRow()
{
long result;
GetProperty(0x14, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetTopRow(long propVal)
{
SetProperty(0x14, VT_I4, propVal);
}
BOOL CVCF1::GetAllowResize()
{
BOOL result;
GetProperty(0x15, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAllowResize(BOOL propVal)
{
SetProperty(0x15, VT_BOOL, propVal);
}
BOOL CVCF1::GetAllowSelections()
{
BOOL result;
GetProperty(0x16, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAllowSelections(BOOL propVal)
{
SetProperty(0x16, VT_BOOL, propVal);
}
BOOL CVCF1::GetAllowFormulas()
{
BOOL result;
GetProperty(0x17, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAllowFormulas(BOOL propVal)
{
SetProperty(0x17, VT_BOOL, propVal);
}
BOOL CVCF1::GetAllowInCellEditing()
{
BOOL result;
GetProperty(0x18, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAllowInCellEditing(BOOL propVal)
{
SetProperty(0x18, VT_BOOL, propVal);
}
short CVCF1::GetShowVScrollBar()
{
short result;
GetProperty(0x19, VT_I2, (void*)&result);
return result;
}
void CVCF1::SetShowVScrollBar(short propVal)
{
SetProperty(0x19, VT_I2, propVal);
}
BOOL CVCF1::GetAllowFillRange()
{
BOOL result;
GetProperty(0x1a, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAllowFillRange(BOOL propVal)
{
SetProperty(0x1a, VT_BOOL, propVal);
}
BOOL CVCF1::GetAllowMoveRange()
{
BOOL result;
GetProperty(0x1b, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAllowMoveRange(BOOL propVal)
{
SetProperty(0x1b, VT_BOOL, propVal);
}
long CVCF1::GetSelStartCol()
{
long result;
GetProperty(0x1c, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetSelStartCol(long propVal)
{
SetProperty(0x1c, VT_I4, propVal);
}
long CVCF1::GetSelStartRow()
{
long result;
GetProperty(0x1d, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetSelStartRow(long propVal)
{
SetProperty(0x1d, VT_I4, propVal);
}
long CVCF1::GetSelEndCol()
{
long result;
GetProperty(0x1e, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetSelEndCol(long propVal)
{
SetProperty(0x1e, VT_I4, propVal);
}
long CVCF1::GetSelEndRow()
{
long result;
GetProperty(0x1f, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetSelEndRow(long propVal)
{
SetProperty(0x1f, VT_I4, propVal);
}
unsigned long CVCF1::GetExtraColor()
{
unsigned long result;
GetProperty(0x20, VT_I4, (void*)&result);
return result;
}
void CVCF1::SetExtraColor(unsigned long propVal)
{
SetProperty(0x20, VT_I4, propVal);
}
CString CVCF1::GetFileName()
{
CString result;
GetProperty(0x21, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetFileName(LPCTSTR propVal)
{
SetProperty(0x21, VT_BSTR, propVal);
}
BOOL CVCF1::GetAutoRecalc()
{
BOOL result;
GetProperty(0x22, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetAutoRecalc(BOOL propVal)
{
SetProperty(0x22, VT_BOOL, propVal);
}
BOOL CVCF1::GetPrintGridLines()
{
BOOL result;
GetProperty(0x23, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetPrintGridLines(BOOL propVal)
{
SetProperty(0x23, VT_BOOL, propVal);
}
BOOL CVCF1::GetPrintRowHeading()
{
BOOL result;
GetProperty(0x24, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetPrintRowHeading(BOOL propVal)
{
SetProperty(0x24, VT_BOOL, propVal);
}
BOOL CVCF1::GetPrintHCenter()
{
BOOL result;
GetProperty(0x25, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetPrintHCenter(BOOL propVal)
{
SetProperty(0x25, VT_BOOL, propVal);
}
BOOL CVCF1::GetPrintVCenter()
{
BOOL result;
GetProperty(0x26, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetPrintVCenter(BOOL propVal)
{
SetProperty(0x26, VT_BOOL, propVal);
}
BOOL CVCF1::GetPrintLeftToRight()
{
BOOL result;
GetProperty(0x27, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetPrintLeftToRight(BOOL propVal)
{
SetProperty(0x27, VT_BOOL, propVal);
}
CString CVCF1::GetPrintHeader()
{
CString result;
GetProperty(0x28, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetPrintHeader(LPCTSTR propVal)
{
SetProperty(0x28, VT_BSTR, propVal);
}
CString CVCF1::GetPrintFooter()
{
CString result;
GetProperty(0x29, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetPrintFooter(LPCTSTR propVal)
{
SetProperty(0x29, VT_BSTR, propVal);
}
double CVCF1::GetPrintLeftMargin()
{
double result;
GetProperty(0x2a, VT_R8, (void*)&result);
return result;
}
void CVCF1::SetPrintLeftMargin(double propVal)
{
SetProperty(0x2a, VT_R8, propVal);
}
double CVCF1::GetPrintTopMargin()
{
double result;
GetProperty(0x2b, VT_R8, (void*)&result);
return result;
}
void CVCF1::SetPrintTopMargin(double propVal)
{
SetProperty(0x2b, VT_R8, propVal);
}
double CVCF1::GetPrintRightMargin()
{
double result;
GetProperty(0x2c, VT_R8, (void*)&result);
return result;
}
void CVCF1::SetPrintRightMargin(double propVal)
{
SetProperty(0x2c, VT_R8, propVal);
}
double CVCF1::GetPrintBottomMargin()
{
double result;
GetProperty(0x2d, VT_R8, (void*)&result);
return result;
}
void CVCF1::SetPrintBottomMargin(double propVal)
{
SetProperty(0x2d, VT_R8, propVal);
}
CString CVCF1::GetPrintArea()
{
CString result;
GetProperty(0x2e, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetPrintArea(LPCTSTR propVal)
{
SetProperty(0x2e, VT_BSTR, propVal);
}
CString CVCF1::GetPrintTitles()
{
CString result;
GetProperty(0x2f, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetPrintTitles(LPCTSTR propVal)
{
SetProperty(0x2f, VT_BSTR, propVal);
}
BOOL CVCF1::GetPrintNoColor()
{
BOOL result;
GetProperty(0x30, VT_BOOL, (void*)&result);
return result;
}
void CVCF1::SetPrintNoColor(BOOL propVal)
{
SetProperty(0x30, VT_BOOL, propVal);
}
CString CVCF1::GetSelection()
{
CString result;
GetProperty(0x31, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetSelection(LPCTSTR propVal)
{
SetProperty(0x31, VT_BSTR, propVal);
}
CString CVCF1::GetTableName()
{
CString result;
GetProperty(0x32, VT_BSTR, (void*)&result);
return result;
}
void CVCF1::SetTableName(LPCTSTR propVal)
{
SetProperty(0x32, VT_BSTR, propVal);
}
BOOL CVCF1::GetDoCancelEdit()
{
BOOL result;
GetProperty(0x33, VT_BOOL, (void*)&result);
return result;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -