'Declaration Sub SetTopLeft( _ ByVal top As Integer, _ ByVal left As Integer _ )
'Usage Dim instance As IExcelWorksheet Dim top As Integer Dim left As Integer instance.SetTopLeft(top, left)
void SetTopLeft( int top, int left )
Target Platforms: Windows Server 2012, Windows RT
IExcelWorksheet Interface IExcelWorksheet Members
Copyright © GrapeCity, inc. All rights reserved.