Beispiel #1
0
        }         // MssWorksheet_AutofitColumns

        /// <summary>
        /// Add the automatic filter option of Excel to the specified range of cells.
        /// </summary>
        /// <param name="ssWorksheet">The worksheet to work with.</param>
        /// <param name="ssRangeToFilter">The range where to add the filter. If not supplied, the dimension of the worksheet will be used.</param>
        public void MssWorksheet_AddAutoFilter(object ssWorksheet, RCRangeRecord ssRangeToFilter)
        {
            // TODO: Write implementation for action
        }         // MssWorksheet_AddAutoFilter
Beispiel #2
0
        }         // MssCell_Merge

        /// <summary>
        /// Un-Merge cells in the range provided
        /// </summary>
        /// <param name="ssWorksheet">The worksheet to work with</param>
        /// <param name="ssRangeToUnmerge">The range of cell to un-merge</param>
        public void MssCell_UnMerge(object ssWorksheet, RCRangeRecord ssRangeToUnmerge)
        {
            // TODO: Write implementation for action
        }         // MssCell_UnMerge
Beispiel #3
0
        }         // MssColumn_Delete

        /// <summary>
        /// Delete comment(s) in a specified range
        /// </summary>
        /// <param name="ssWorksheet">The worksheet to work with.</param>
        /// <param name="ssRange">Range to delete comments from.</param>
        public void MssComment_Delete(object ssWorksheet, RCRangeRecord ssRange)
        {
            // TODO: Write implementation for action
        }         // MssComment_Delete
Beispiel #4
0
        }         // MssWorkbook_ChangeSheetIndex

        /// <summary>
        /// Apply a specified cell format to the range specified for the given worksheet
        /// </summary>
        /// <param name="ssWorksheet">Worksheet object where formatting is to be applied</param>
        /// <param name="ssCellFormat">CellFormat to apply</param>
        /// <param name="ssRange">Range that CellFormat is to be applied to</param>
        public void MssCellFormat_ApplyToRange(object ssWorksheet, RCCellFormatRecord ssCellFormat, RCRangeRecord ssRange)
        {
            // TODO: Write implementation for action
        }         // MssCellFormat_ApplyToRange