escherstream.cs

来自「Excel的操作,其中可以读取及写入Excel 文件」· CS 代码 · 共 17 行

CS
17
字号
using System;

namespace Microsoft.Fawvw.Components.NExcel.Biff.Drawing
{
	
	/// <summary> Interface implemented by records which contain escher byte streams</summary>
	public interface EscherStream
		{
			/// <summary> Method to access the escher data
			/// 
			/// </summary>
			/// <returns> the escher data
			/// </returns>
			sbyte[] getData();
		}
}

⌨️ 快捷键说明

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