Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public void CopyFrom(
	XlsWorksheet worksheet,
	Dictionary<string, string> hashStyleNames,
	Dictionary<string, string> hashWorksheetNames,
	Dictionary<int, int> dicFontIndexes,
	WorksheetCopyType flags,
	Dictionary<int, int> hashExtFormatIndexes,
	Dictionary<int, int> hashNameIndexes,
	Dictionary<int, int> hashExternSheets
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub CopyFrom ( 
	worksheet As XlsWorksheet,
	hashStyleNames As Dictionary(Of String, String),
	hashWorksheetNames As Dictionary(Of String, String),
	dicFontIndexes As Dictionary(Of Integer, Integer),
	flags As WorksheetCopyType,
	hashExtFormatIndexes As Dictionary(Of Integer, Integer),
	hashNameIndexes As Dictionary(Of Integer, Integer),
	hashExternSheets As Dictionary(Of Integer, Integer)
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void CopyFrom(
	XlsWorksheet^ worksheet, 
	Dictionary<String^, String^>^ hashStyleNames, 
	Dictionary<String^, String^>^ hashWorksheetNames, 
	Dictionary<int, int>^ dicFontIndexes, 
	WorksheetCopyType flags, 
	Dictionary<int, int>^ hashExtFormatIndexes, 
	Dictionary<int, int>^ hashNameIndexes, 
	Dictionary<int, int>^ hashExternSheets
)
[<ObsoleteAttribute("the method is not implemented")>]
member CopyFrom : 
        worksheet : XlsWorksheet * 
        hashStyleNames : Dictionary<string, string> * 
        hashWorksheetNames : Dictionary<string, string> * 
        dicFontIndexes : Dictionary<int, int> * 
        flags : WorksheetCopyType * 
        hashExtFormatIndexes : Dictionary<int, int> * 
        hashNameIndexes : Dictionary<int, int> * 
        hashExternSheets : Dictionary<int, int> -> unit 

Parameters

worksheet
XlsWorksheet
hashStyleNames
Dictionary<(Of <(<'String, String>)>)>
hashWorksheetNames
Dictionary<(Of <(<'String, String>)>)>
dicFontIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>
flags
WorksheetCopyType
hashExtFormatIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>
hashNameIndexes
Dictionary<(Of <(<'Int32, Int32>)>)>
hashExternSheets
Dictionary<(Of <(<'Int32, Int32>)>)>

See Also