📄 formula.cs
字号:
using System;
namespace Microsoft.Fawvw.Components.NExcel.Read.Biff
{
/// <summary> Interface which is used for copying formulas from a read only
/// to a writable spreadsheet
/// </summary>
public interface Formula : Cell
{
/// <summary> Gets the raw bytes for the formula. This will include the
/// parsed tokens array
///
/// </summary>
/// <returns> the raw record data
/// </returns>
sbyte[] FormulaData
{
get;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -