'Declaration Public Sub GetTopLeft( _ ByRef top As Integer, _ ByRef left As Integer _ )
'Usage Dim instance As ExcelWorksheet Dim top As Integer Dim left As Integer instance.GetTopLeft(top, left)
public void GetTopLeft( ref int top, ref int left )
Target Platforms: Windows Server 2012, Windows RT
ExcelWorksheet Class ExcelWorksheet Members
Copyright © GrapeCity, inc. All rights reserved.