'Declaration Public Overloads Function StartEditing( _
ByVal worksheetThe worksheet that must be edited.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal descriptionThe description of editing action.As System.String, _
ByVal stateThe state of editing action.As System.Object _
) As Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor
public Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor StartEditing(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
System.String description,
System.Object state
)
public: Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor* StartEditing(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet* worksheet,
System.String description,
System.Object state
)
public:
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors.WorksheetEditor^ StartEditing(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet^ worksheet,
System.String description,
System.Object state
)
Parameters
- worksheet
- The worksheet that must be edited.
- description
- The description of editing action.
- state
- The state of editing action.
Return Value
The editor of worksheet.