GrapeCity.Excel Namespace > IExcelReader Interface : SetRowInfo Method |
'Declaration Function SetRowInfo( _ ByVal sheet As Short, _ ByVal row As Integer, _ ByVal firstDefinedColumn As Integer, _ ByVal lastDefinedColumn As Integer, _ ByVal formatIndex As Short, _ ByVal height As Double, _ ByVal outlineLevel As Byte, _ ByVal collapsed As Boolean, _ ByVal zeroHeight As Boolean, _ ByVal unSynced As Boolean, _ ByVal ghostDirty As Boolean _ ) As Boolean
'Usage Dim instance As IExcelReader Dim sheet As Short Dim row As Integer Dim firstDefinedColumn As Integer Dim lastDefinedColumn As Integer Dim formatIndex As Short Dim height As Double Dim outlineLevel As Byte Dim collapsed As Boolean Dim zeroHeight As Boolean Dim unSynced As Boolean Dim ghostDirty As Boolean Dim value As Boolean value = instance.SetRowInfo(sheet, row, firstDefinedColumn, lastDefinedColumn, formatIndex, height, outlineLevel, collapsed, zeroHeight, unSynced, ghostDirty)
bool SetRowInfo( short sheet, int row, int firstDefinedColumn, int lastDefinedColumn, short formatIndex, double height, byte outlineLevel, bool collapsed, bool zeroHeight, bool unSynced, bool ghostDirty )
Target Platforms: Windows Server 2012, Windows RT