GrapeCity.Excel Namespace > IExcelReader Interface : SetRowInfo Method |
'Declaration Function SetRowInfo( _ ByVal sheet As System.Short, _ ByVal row As System.Integer, _ ByVal firstDefinedColumn As System.Integer, _ ByVal lastDefinedColumn As System.Integer, _ ByVal formatIndex As System.Short, _ ByVal height As System.Double, _ ByVal outlineLevel As System.Byte, _ ByVal collapsed As System.Boolean, _ ByVal zeroHeight As System.Boolean, _ ByVal unSynced As System.Boolean, _ ByVal ghostDirty As System.Boolean _ ) As System.Boolean
'Usage Dim instance As IExcelReader Dim sheet As System.Short Dim row As System.Integer Dim firstDefinedColumn As System.Integer Dim lastDefinedColumn As System.Integer Dim formatIndex As System.Short Dim height As System.Double Dim outlineLevel As System.Byte Dim collapsed As System.Boolean Dim zeroHeight As System.Boolean Dim unSynced As System.Boolean Dim ghostDirty As System.Boolean Dim value As System.Boolean value = instance.SetRowInfo(sheet, row, firstDefinedColumn, lastDefinedColumn, formatIndex, height, outlineLevel, collapsed, zeroHeight, unSynced, ghostDirty)
System.bool SetRowInfo( System.short sheet, System.int row, System.int firstDefinedColumn, System.int lastDefinedColumn, System.short formatIndex, System.double height, System.byte outlineLevel, System.bool collapsed, System.bool zeroHeight, System.bool unSynced, System.bool ghostDirty )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6